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
Subinterfaces with type arguments of type ManagementPolicyRule in com.azure.resourcemanager.storage.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of a rule in an Azure Management Policy.Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ManagementPolicyRuleModifier and TypeClassDescriptionfinal classAn object that wraps the Lifecycle rule.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyRuleModifier and TypeMethodDescriptionstatic ManagementPolicyRuleManagementPolicyRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicyRule from the JsonReader.ManagementPolicyRule.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.