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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ManagementPolicyDefinitionModifier and TypeClassDescriptionfinal classAn object that defines the Lifecycle rule.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyDefinitionModifier and TypeMethodDescriptionManagementPolicyRule.definition()Get the definition property: An object that defines the Lifecycle rule.static ManagementPolicyDefinitionManagementPolicyDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicyDefinition from the JsonReader.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.