| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PolicyType |
PolicyType.BUILT_IN
Static value BuiltIn for PolicyType.
|
static PolicyType |
PolicyType.CUSTOM
Static value Custom for PolicyType.
|
static PolicyType |
PolicyType.NOT_SPECIFIED
Static value NotSpecified for PolicyType.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyType |
PolicyType.fromString(String name)
Creates or finds a PolicyType from its string representation.
|
PolicyType |
PolicyDefinition.policyType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<PolicyType> |
PolicyType.values() |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyType.withPolicyType(PolicyType policyType)
Specifies the type of the policy.
|
PolicyDefinition.Update |
PolicyDefinition.UpdateStages.WithPolicyType.withPolicyType(PolicyType policyType)
Specifies the type of the policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/