Interface ManagementPolicy
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.ManagementPolicyInner>
,HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>
,Indexable
,Refreshable<ManagementPolicy>
,Updatable<ManagementPolicy.Update>
@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>
Type representing ManagementPolicy.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of the ManagementPolicy definition.static interface
Grouping of ManagementPolicy definition stages.static interface
The template for a ManagementPolicy update operation, containing all the settings that can be modified.static interface
Grouping of ManagementPolicy update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
id
String id()- Returns:
- the id value.
-
lastModifiedTime
org.joda.time.DateTime lastModifiedTime()- Returns:
- the lastModifiedTime value.
-
name
String name()- Returns:
- the name value.
-
policy
ManagementPolicySchema policy()- Returns:
- the policy value.
-
type
String type()- Returns:
- the type value.
-
rules
List<PolicyRule> rules()- Returns:
- the list of rules for this policy
-