Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyRule
-
Packages that use ManagementPolicyRule Package Description com.azure.resourcemanager.storage.models 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 ManagementPolicyRule Modifier and Type Method Description ManagementPolicyRuleManagementPolicyRule. withDefinition(ManagementPolicyDefinition definition)Set the definition property: An object that defines the Lifecycle rule.ManagementPolicyRuleManagementPolicyRule. withEnabled(Boolean enabled)Set the enabled property: Rule is enabled if set to true.ManagementPolicyRuleManagementPolicyRule. withName(String name)Set the name property: A rule name can contain any combination of alpha numeric characters.ManagementPolicyRuleManagementPolicyRule. withType(RuleType type)Set the type property: The valid value is Lifecycle.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ManagementPolicyRule Modifier and Type Method Description List<ManagementPolicyRule>ManagementPolicySchema. rules()Get the rules property: The Storage Account ManagementPolicies Rules.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type ManagementPolicyRule Modifier and Type Method Description ManagementPolicySchemaManagementPolicySchema. withRules(List<ManagementPolicyRule> rules)Set the rules property: The Storage Account ManagementPolicies Rules.
-