Uses of Class
com.azure.resourcemanager.storage.models.RuleType
-
Packages that use RuleType Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of RuleType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as RuleType Modifier and Type Field Description static RuleTypeRuleType. LIFECYCLEStatic value Lifecycle for RuleType.Methods in com.azure.resourcemanager.storage.models that return RuleType Modifier and Type Method Description static RuleTypeRuleType. fromString(String name)Creates or finds a RuleType from its string representation.RuleTypeManagementPolicyRule. type()Get the type property: The valid value is Lifecycle.RuleTypePolicyRule. type()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type RuleType Modifier and Type Method Description static Collection<RuleType>RuleType. values()Methods in com.azure.resourcemanager.storage.models with parameters of type RuleType Modifier and Type Method Description ManagementPolicyRuleManagementPolicyRule. withType(RuleType type)Set the type property: The valid value is Lifecycle.
-