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 Classes Modifier and Type Interface Description static interfaceManagementPolicy.DefinitionThe entirety of the ManagementPolicy definition.static interfaceManagementPolicy.DefinitionStagesGrouping of ManagementPolicy definition stages.static interfaceManagementPolicy.UpdateThe template for a ManagementPolicy update operation, containing all the settings that can be modified.static interfaceManagementPolicy.UpdateStagesGrouping of ManagementPolicy update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()OffsetDateTimelastModifiedTime()Stringname()ManagementPolicySchemapolicy()List<PolicyRule>rules()Stringtype()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
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
-
-