Uses of Class
com.azure.resourcemanager.storage.models.AccountImmutabilityPolicyState
-
Packages that use AccountImmutabilityPolicyState Package Description com.azure.resourcemanager.storage.models 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 AccountImmutabilityPolicyState Modifier and Type Field Description static AccountImmutabilityPolicyStateAccountImmutabilityPolicyState. DISABLEDStatic value Disabled for AccountImmutabilityPolicyState.static AccountImmutabilityPolicyStateAccountImmutabilityPolicyState. LOCKEDStatic value Locked for AccountImmutabilityPolicyState.static AccountImmutabilityPolicyStateAccountImmutabilityPolicyState. UNLOCKEDStatic value Unlocked for AccountImmutabilityPolicyState.Methods in com.azure.resourcemanager.storage.models that return AccountImmutabilityPolicyState Modifier and Type Method Description static AccountImmutabilityPolicyStateAccountImmutabilityPolicyState. fromString(String name)Creates or finds a AccountImmutabilityPolicyState from its string representation.AccountImmutabilityPolicyStateAccountImmutabilityPolicyProperties. 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 AccountImmutabilityPolicyState Modifier and Type Method Description static Collection<AccountImmutabilityPolicyState>AccountImmutabilityPolicyState. values()Methods in com.azure.resourcemanager.storage.models with parameters of type AccountImmutabilityPolicyState Modifier and Type Method Description AccountImmutabilityPolicyPropertiesAccountImmutabilityPolicyProperties. withState(AccountImmutabilityPolicyState state)Set the state property: The ImmutabilityPolicy state defines the mode of the policy.
-