PolicyAssignment.Definition Interface
public interface Definition extends PolicyAssignment.DefinitionStages.Blank,PolicyAssignment.DefinitionStages.WithPolicyDefinition,PolicyAssignment.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
PolicyAssignment.DefinitionStages.WithScope.forResource(GenericResource genericResource)
PolicyAssignment.DefinitionStages.WithScope.forResourceGroup(ResourceGroup resourceGroup)
PolicyAssignment.DefinitionStages.WithScope.forScope(String scope)
Indexable.key()
HasName.name()
PolicyAssignment.DefinitionStages.WithDisplayName.withDisplayName(String displayName)
PolicyAssignment.DefinitionStages.WithPolicyDefinition.withPolicyDefinition(PolicyDefinition policyDefinition)
PolicyAssignment.DefinitionStages.WithPolicyDefinition.withPolicyDefinitionId(String policyDefinitionId)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java