| 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.WithPolicyDefinition |
PolicyAssignment.DefinitionStages.WithScope.forResource(GenericResource genericResource)
Specifies the scope of the policy assignment to be a resource.
|
PolicyAssignment.DefinitionStages.WithPolicyDefinition |
PolicyAssignment.DefinitionStages.WithScope.forResourceGroup(ResourceGroup resourceGroup)
Specifies the scope of the policy assignment to be a resource group.
|
PolicyAssignment.DefinitionStages.WithPolicyDefinition |
PolicyAssignment.DefinitionStages.WithScope.forScope(String scope)
Specifies the scope of 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.
*/