Uses of Class
com.microsoft.azure.management.storage.ManagementPolicyRule
Packages that use ManagementPolicyRule
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of ManagementPolicyRule in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return ManagementPolicyRuleModifier and TypeMethodDescriptionManagementPolicyRule.withDefinition
(ManagementPolicyDefinition definition) Set an object that defines the Lifecycle rule.ManagementPolicyRule.withEnabled
(Boolean enabled) Set rule is enabled if set to true.Set a rule name can contain any combination of alpha numeric characters.Set the valid value is Lifecycle.Methods in com.microsoft.azure.management.storage that return types with arguments of type ManagementPolicyRuleModifier and TypeMethodDescriptionManagementPolicySchema.rules()
Get the Storage Account ManagementPolicies Rules.Method parameters in com.microsoft.azure.management.storage with type arguments of type ManagementPolicyRuleModifier and TypeMethodDescriptionManagementPolicySchema.withRules
(List<ManagementPolicyRule> rules) Set the Storage Account ManagementPolicies Rules.