Uses of Class
com.microsoft.azure.management.storage.ImmutabilityPolicyState
Packages that use ImmutabilityPolicyState
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of ImmutabilityPolicyState in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as ImmutabilityPolicyStateModifier and TypeFieldDescriptionstatic final ImmutabilityPolicyStateImmutabilityPolicyState.LOCKEDStatic value Locked for ImmutabilityPolicyState.static final ImmutabilityPolicyStateImmutabilityPolicyState.UNLOCKEDStatic value Unlocked for ImmutabilityPolicyState.Methods in com.microsoft.azure.management.storage that return ImmutabilityPolicyStateModifier and TypeMethodDescriptionstatic ImmutabilityPolicyStateImmutabilityPolicyState.fromString(String name) Creates or finds a ImmutabilityPolicyState from its string representation.ImmutabilityPolicy.state()ImmutabilityPolicyProperties.state()Get the ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.Methods in com.microsoft.azure.management.storage that return types with arguments of type ImmutabilityPolicyStateModifier and TypeMethodDescriptionstatic Collection<ImmutabilityPolicyState>ImmutabilityPolicyState.values()