Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyDefinition
Packages that use ManagementPolicyDefinition
Package
Description
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 ManagementPolicyDefinitionModifier and TypeMethodDescriptionManagementPolicyRule.definition()Get the definition property: An object that defines the Lifecycle rule.ManagementPolicyDefinition.withActions(ManagementPolicyAction actions) Set the actions property: An object that defines the action set.ManagementPolicyDefinition.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 ManagementPolicyDefinitionModifier and TypeMethodDescriptionManagementPolicyRule.withDefinition(ManagementPolicyDefinition definition) Set the definition property: An object that defines the Lifecycle rule.