Uses of Class
com.azure.resourcemanager.storage.models.AccountImmutabilityPolicyState
Packages that use AccountImmutabilityPolicyState
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of AccountImmutabilityPolicyState in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as AccountImmutabilityPolicyStateModifier and TypeFieldDescriptionstatic final AccountImmutabilityPolicyStateAccountImmutabilityPolicyState.DISABLEDStatic value Disabled for AccountImmutabilityPolicyState.static final AccountImmutabilityPolicyStateAccountImmutabilityPolicyState.LOCKEDStatic value Locked for AccountImmutabilityPolicyState.static final AccountImmutabilityPolicyStateAccountImmutabilityPolicyState.UNLOCKEDStatic value Unlocked for AccountImmutabilityPolicyState.Methods in com.azure.resourcemanager.storage.models that return AccountImmutabilityPolicyStateModifier and TypeMethodDescriptionAccountImmutabilityPolicyState.fromString(String name) Creates or finds a AccountImmutabilityPolicyState from its string representation.AccountImmutabilityPolicyProperties.state()Get the state property: The ImmutabilityPolicy state defines the mode of the policy.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type AccountImmutabilityPolicyStateModifier and TypeMethodDescriptionAccountImmutabilityPolicyState.values()Gets known AccountImmutabilityPolicyState values.Methods in com.azure.resourcemanager.storage.models with parameters of type AccountImmutabilityPolicyStateModifier and TypeMethodDescriptionAccountImmutabilityPolicyProperties.withState(AccountImmutabilityPolicyState state) Set the state property: The ImmutabilityPolicy state defines the mode of the policy.