Uses of Interface
com.microsoft.azure.management.resources.PolicyDefinition.DefinitionStages.WithCreate
-
Packages that use PolicyDefinition.DefinitionStages.WithCreate Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of PolicyDefinition.DefinitionStages.WithCreate in com.microsoft.azure.management.resources
Subinterfaces of PolicyDefinition.DefinitionStages.WithCreate in com.microsoft.azure.management.resources Modifier and Type Interface Description static interfacePolicyDefinition.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.resources that return PolicyDefinition.DefinitionStages.WithCreate Modifier and Type Method Description PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithDescription. withDescription(String description)Specifies the description of the policy.PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithDisplayName. withDisplayName(String displayName)Specifies the display name of the policy.PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithPolicyRule. withPolicyRule(Object policyRule)Specifies the rule of the policy.PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithPolicyRule. withPolicyRuleJson(String policyRuleJson)Specifies the rule of the policy in JSON format.PolicyDefinition.DefinitionStages.WithCreatePolicyDefinition.DefinitionStages.WithPolicyType. withPolicyType(PolicyType policyType)Specifies the type of the policy.
-