| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyAssignment.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithDisplayName.withDisplayName(String displayName)
Specifies the display name of the policy assignment.
|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithEnforcementMode.withEnforcementMode(EnforcementMode mode)
Specifies the enforcement mode of the policy assignment.
|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithExcludedScopes.withExcludedScope(String scope)
Specifies the excluded scope of the policy assignment.
|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithParameters.withParameter(String name,
Object value)
Specifies the parameter of the policy assignment.
|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithPolicyDefinition.withPolicyDefinition(PolicyDefinition policyDefinition)
Specifies the policy definition.
|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithPolicyDefinition.withPolicyDefinitionId(String policyDefinitionId)
Specifies the policy assignment.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.