Uses of Class
com.azure.resourcemanager.storage.models.EncryptionScopeState
-
Packages that use EncryptionScopeState Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 EncryptionScopeState Modifier and Type Method Description EncryptionScopeStateEncryptionScopeInner. state()Get the state property: The state of the encryption scope.EncryptionScopeStateEncryptionScopeProperties. state()Get the state property: The state of the encryption scope.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EncryptionScopeState Modifier and Type Method Description EncryptionScopeInnerEncryptionScopeInner. withState(EncryptionScopeState state)Set the state property: The state of the encryption scope.EncryptionScopePropertiesEncryptionScopeProperties. 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 EncryptionScopeState Modifier and Type Field Description static EncryptionScopeStateEncryptionScopeState. DISABLEDStatic value Disabled for EncryptionScopeState.static EncryptionScopeStateEncryptionScopeState. ENABLEDStatic value Enabled for EncryptionScopeState.Methods in com.azure.resourcemanager.storage.models that return EncryptionScopeState Modifier and Type Method Description static 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 EncryptionScopeState Modifier and Type Method Description static Collection<EncryptionScopeState>EncryptionScopeState. values()
-