@Beta public interface ManagementPolicy extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.storage.implementation.ManagementPolicyInner>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<ManagementPolicy>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<ManagementPolicy.Update>, com.microsoft.azure.management.resources.fluentcore.arm.models.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() |
innerkeyrefresh, refreshAsyncString id()
org.joda.time.DateTime lastModifiedTime()
String name()
ManagementPolicySchema policy()
String type()
List<PolicyRule> rules()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/