@Beta public interface ManagementPolicy extends HasInner<com.microsoft.azure.management.storage.implementation.ManagementPolicyInner>, Indexable, Refreshable<ManagementPolicy>, Updatable<ManagementPolicy.Update>, HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>
Modifier and Type | Interface and Description |
---|---|
static interface |
ManagementPolicy.Definition
The entirety of the ManagementPolicy definition.
|
static interface |
ManagementPolicy.DefinitionStages
Grouping of ManagementPolicy definition stages.
|
static interface |
ManagementPolicy.Update
The template for a ManagementPolicy update operation, containing all the settings that can be modified.
|
static interface |
ManagementPolicy.UpdateStages
Grouping of ManagementPolicy update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
id() |
org.joda.time.DateTime |
lastModifiedTime() |
String |
name() |
ManagementPolicySchema |
policy() |
List<PolicyRule> |
rules() |
String |
type() |
inner
key
refresh, refreshAsync
update
manager
String id()
org.joda.time.DateTime lastModifiedTime()
String name()
ManagementPolicySchema policy()
String type()
List<PolicyRule> rules()
Copyright © 2019. All rights reserved.