Uses of Interface
com.microsoft.azure.management.resources.PolicyDefinition.Update
-
Packages that use PolicyDefinition.Update Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of PolicyDefinition.Update in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return PolicyDefinition.Update Modifier and Type Method Description PolicyDefinition.UpdatePolicyDefinition.UpdateStages.WithDescription. withDescription(String description)Specifies the description of the policy.PolicyDefinition.UpdatePolicyDefinition.UpdateStages.WithDisplayName. withDisplayName(String displayName)Specifies the display name of the policy.PolicyDefinition.UpdatePolicyDefinition.UpdateStages.WithPolicyRule. withPolicyRule(Object policyRule)Specifies the rule of the policy.PolicyDefinition.UpdatePolicyDefinition.UpdateStages.WithPolicyType. withPolicyType(PolicyType policyType)Specifies the type of the policy.
-