| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyDefinition.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithDescription.withDescription(String description)
Specifies the description of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithDisplayName.withDisplayName(String displayName)
Specifies the display name of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRule(Object policyRule)
Specifies the rule of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRuleJson(String policyRuleJson)
Specifies the rule of the policy in JSON format.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyType.withPolicyType(PolicyType policyType)
Specifies the type of the policy.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.