Uses of Class
com.azure.resourcemanager.storage.models.EncryptionScopeState
Packages that use EncryptionScopeState
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of EncryptionScopeState in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EncryptionScopeStateModifier and TypeMethodDescriptionEncryptionScopeInner.state()Get the state property: The state of the encryption scope.EncryptionScopeProperties.state()Get the state property: The state of the encryption scope.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EncryptionScopeStateModifier and TypeMethodDescriptionEncryptionScopeInner.withState(EncryptionScopeState state) Set the state property: The state of the encryption scope.EncryptionScopeProperties.withState(EncryptionScopeState state) Set the state property: The state of the encryption scope. -
Uses of EncryptionScopeState in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as EncryptionScopeStateModifier and TypeFieldDescriptionstatic final EncryptionScopeStateEncryptionScopeState.DISABLEDStatic value Disabled for EncryptionScopeState.static final EncryptionScopeStateEncryptionScopeState.ENABLEDStatic value Enabled for EncryptionScopeState.Methods in com.azure.resourcemanager.storage.models that return EncryptionScopeStateModifier and TypeMethodDescriptionstatic EncryptionScopeStateEncryptionScopeState.fromString(String name) Creates or finds a EncryptionScopeState from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type EncryptionScopeStateModifier and TypeMethodDescriptionstatic Collection<EncryptionScopeState>EncryptionScopeState.values()Gets known EncryptionScopeState values.