| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes 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.WithPolicyDefinition.withPolicyDefinition(PolicyDefinition policyDefinition)
Specifies the policy definition.
|
PolicyAssignment.DefinitionStages.WithCreate |
PolicyAssignment.DefinitionStages.WithPolicyDefinition.withPolicyDefinitionId(String policyDefinitionId)
Specifies the policy assignment.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/