Interface ManagementPolicy
- All Superinterfaces:
HasInnerModel<ManagementPolicyInner>, HasManager<StorageManager>, Indexable, Refreshable<ManagementPolicy>, Updatable<ManagementPolicy.Update>
public interface ManagementPolicy
extends HasInnerModel<ManagementPolicyInner>, Indexable, Refreshable<ManagementPolicy>, Updatable<ManagementPolicy.Update>, HasManager<StorageManager>
Type representing ManagementPolicy.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ManagementPolicy definition.static interfaceGrouping of ManagementPolicy definition stages.static interfaceThe template for a ManagementPolicy update operation, containing all the settings that can be modified.static interfaceGrouping of ManagementPolicy update stages. -
Method Summary
Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface Refreshable
refresh, refreshAsync
-
Method Details
-
id
-
lastModifiedTime
-
name
-
policy
-
type
-
rules
List<PolicyRule> rules()Gets the list of rules for this policy.- Returns:
- the list of rules for this policy
-