| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyDefinition.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithDescription.withDescription(String description)
Specifies the description of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithDisplayName.withDisplayName(String displayName)
Specifies the display name of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRule(Object policyRule)
Specifies the rule of the policy.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.WithPolicyRule.withPolicyRuleJson(String policyRuleJson)
Specifies the rule of the policy in JSON format.
|
PolicyDefinition.DefinitionStages.WithCreate |
PolicyDefinition.DefinitionStages.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.
*/