public interface PolicyDefinition extends HasName, HasId, Indexable, Refreshable<PolicyDefinition>, Updatable<PolicyDefinition.Update>, HasInner<com.microsoft.azure.management.resources.implementation.PolicyDefinitionInner>
Modifier and Type | Interface and Description |
---|---|
static interface |
PolicyDefinition.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
PolicyDefinition.DefinitionStages
Grouping of all the policy definition stages.
|
static interface |
PolicyDefinition.Update
The template for a policy update operation, containing all the settings that can be modified.
|
static interface |
PolicyDefinition.UpdateStages
Grouping of all the policy update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
description() |
String |
displayName() |
Object |
policyRule() |
PolicyType |
policyType() |
name
id
key
refresh, refreshAsync
PolicyType policyType()
String displayName()
String description()
Object policyRule()
Copyright © 2019. All rights reserved.