Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyDefinition
-
Packages that use ManagementPolicyDefinition Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ManagementPolicyDefinition in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyDefinition Modifier and Type Method Description ManagementPolicyDefinitionManagementPolicyRule. definition()Get the definition property: An object that defines the Lifecycle rule.ManagementPolicyDefinitionManagementPolicyDefinition. withActions(ManagementPolicyAction actions)Set the actions property: An object that defines the action set.ManagementPolicyDefinitionManagementPolicyDefinition. withFilters(ManagementPolicyFilter filters)Set the filters property: An object that defines the filter set.Methods in com.azure.resourcemanager.storage.models with parameters of type ManagementPolicyDefinition Modifier and Type Method Description ManagementPolicyRuleManagementPolicyRule. withDefinition(ManagementPolicyDefinition definition)Set the definition property: An object that defines the Lifecycle rule.
-