Uses of Interface
com.microsoft.azure.management.resources.PolicyAssignment.DefinitionStages.WithCreate
-
Packages that use PolicyAssignment.DefinitionStages.WithCreate Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of PolicyAssignment.DefinitionStages.WithCreate in com.microsoft.azure.management.resources
Subinterfaces of PolicyAssignment.DefinitionStages.WithCreate in com.microsoft.azure.management.resources Modifier and Type Interface Description static interfacePolicyAssignment.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.resources that return PolicyAssignment.DefinitionStages.WithCreate Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithCreatePolicyAssignment.DefinitionStages.WithDisplayName. withDisplayName(String displayName)Specifies the display name of the policy assignment.PolicyAssignment.DefinitionStages.WithCreatePolicyAssignment.DefinitionStages.WithPolicyDefinition. withPolicyDefinition(PolicyDefinition policyDefinition)Specifies the policy definition.PolicyAssignment.DefinitionStages.WithCreatePolicyAssignment.DefinitionStages.WithPolicyDefinition. withPolicyDefinitionId(String policyDefinitionId)Specifies the policy assignment.
-