PolicyDefinition.DefinitionStages.WithCreate Interface
public interface WithCreate extends Creatable,PolicyDefinition.DefinitionStages.WithDescription,PolicyDefinition.DefinitionStages.WithDisplayName,PolicyDefinition.DefinitionStages.WithPolicyType
A policy definition with sufficient inputs to create a new policy in the cloud, but exposing additional optional inputs to specify.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
PolicyDefinition.DefinitionStages.WithDescription.withDescription(String description)
PolicyDefinition.DefinitionStages.WithDisplayName.withDisplayName(String displayName)
PolicyDefinition.DefinitionStages.WithPolicyType.withPolicyType(PolicyType policyType)
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