| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
PolicyDefinitionInner.policyType()
Get the policyType property: The type of policy definition.
|
PolicyType |
PolicySetDefinitionInner.policyType()
Get the policyType property: The type of policy definition.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinitionInner |
PolicyDefinitionInner.withPolicyType(PolicyType policyType)
Set the policyType property: The type of policy definition.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withPolicyType(PolicyType policyType)
Set the policyType property: The type of policy definition.
|
| 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.
|
static PolicyType |
PolicyType.STATIC
Static value Static 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 |
|---|---|
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 © 2021 Microsoft Corporation. All rights reserved.