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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
id
String id()- Returns:
- the id value.
-
lastModifiedTime
OffsetDateTime 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
-