Volume.DefinitionStages.WithEncryptionKeySource Interface

public static interface Volume.DefinitionStages.WithEncryptionKeySource

The stage of the Volume definition allowing to specify encryptionKeySource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEncryptionKeySource(EncryptionKeySource encryptionKeySource)

Specifies the encryptionKeySource property: Source of key used to encrypt data in volume.

Method Details

withEncryptionKeySource

public abstract Volume.DefinitionStages.WithCreate withEncryptionKeySource(EncryptionKeySource encryptionKeySource)

Specifies the encryptionKeySource property: Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'.

Parameters:

encryptionKeySource - Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'.

Returns:

the next definition stage.

Applies to