| Modifier and Type | Field and Description |
|---|---|
static StorageAccountEncryptionKeySource |
StorageAccountEncryptionKeySource.MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.
|
static StorageAccountEncryptionKeySource |
StorageAccountEncryptionKeySource.MICROSOFT_STORAGE
Static value Microsoft.Storage for StorageAccountEncryptionKeySource.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountEncryptionKeySource |
StorageAccount.encryptionKeySource() |
static StorageAccountEncryptionKeySource |
StorageAccountEncryptionKeySource.fromString(String name)
Creates or finds an encryption status based on its name.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<StorageAccountEncryptionKeySource> |
StorageAccountEncryptionKeySource.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/