Interface Volume.DefinitionStages.WithKeyVaultPrivateEndpointResourceId

All Known Subinterfaces:
Volume.Definition, Volume.DefinitionStages.WithCreate
Enclosing interface:
Volume.DefinitionStages

public static interface Volume.DefinitionStages.WithKeyVaultPrivateEndpointResourceId
The stage of the Volume definition allowing to specify keyVaultPrivateEndpointResourceId.
  • Method Details

    • withKeyVaultPrivateEndpointResourceId

      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.