public static interface PolicyAssignment.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyAssignment.DefinitionStages.Blank
The first stage of the policy assignment.
|
static interface |
PolicyAssignment.DefinitionStages.WithCreate
A policy assignment with sufficient inputs to create a new policy
assignment in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
PolicyAssignment.DefinitionStages.WithDisplayName
A policy assignment allowing the display name to be set.
|
static interface |
PolicyAssignment.DefinitionStages.WithEnforcementMode
A policy assignment allowing the enforcement mode to be set.
|
static interface |
PolicyAssignment.DefinitionStages.WithExcludedScopes
A policy assignment allowing the excluded scopes to be set.
|
static interface |
PolicyAssignment.DefinitionStages.WithParameters
A policy assignment allowing the parameters to be set.
|
static interface |
PolicyAssignment.DefinitionStages.WithPolicyDefinition
A policy assignment allowing the policy definition to be set.
|
static interface |
PolicyAssignment.DefinitionStages.WithScope
A policy assignment specifying the scope of the policy.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.