| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyType |
KeyType.ACCOUNT
Static value Account for KeyType.
|
static KeyType |
KeyType.SERVICE
Static value Service for KeyType.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.fromString(String name)
Creates or finds a KeyType from its string representation.
|
KeyType |
EncryptionService.keyType()
Get the keyType property: Encryption key type to be used for the encryption service.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
EncryptionService.withKeyType(KeyType keyType)
Set the keyType property: Encryption key type to be used for the encryption service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.