Volume.DefinitionStages.WithKeyVaultPrivateEndpointResourceId Interface

public static interface Volume.DefinitionStages.WithKeyVaultPrivateEndpointResourceId

The stage of the Volume definition allowing to specify keyVaultPrivateEndpointResourceId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKeyVaultPrivateEndpointResourceId(String keyVaultPrivateEndpointResourceId)

Specifies the keyVaultPrivateEndpointResourceId property: The resource ID of private endpoint for KeyVault.

Method Details

withKeyVaultPrivateEndpointResourceId

public abstract Volume.DefinitionStages.WithCreate withKeyVaultPrivateEndpointResourceId(String keyVaultPrivateEndpointResourceId)

Specifies the keyVaultPrivateEndpointResourceId property: The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'..

Parameters:

keyVaultPrivateEndpointResourceId - The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.

Returns:

the next definition stage.

Applies to