Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyRule
Packages that use ManagementPolicyRule
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicyRule in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyRuleModifier and TypeMethodDescriptionManagementPolicyRule.withDefinition(ManagementPolicyDefinition definition) Set the definition property: An object that defines the Lifecycle rule.ManagementPolicyRule.withEnabled(Boolean enabled) Set the enabled property: Rule is enabled if set to true.Set the name property: A rule name can contain any combination of alpha numeric characters.Set the type property: The valid value is Lifecycle.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ManagementPolicyRuleModifier and TypeMethodDescriptionManagementPolicySchema.rules()Get the rules property: The Storage Account ManagementPolicies Rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type ManagementPolicyRuleModifier and TypeMethodDescriptionManagementPolicySchema.withRules(List<ManagementPolicyRule> rules) Set the rules property: The Storage Account ManagementPolicies Rules.