Share via


BatchAccount.DefinitionStages.WithKeyVaultReference Interface

public static interface BatchAccount.DefinitionStages.WithKeyVaultReference

The stage of the BatchAccount definition allowing to specify keyVaultReference.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKeyVaultReference(KeyVaultReference keyVaultReference)

Specifies the keyVaultReference property: A reference to the Azure key vault associated with the Batch account..

Method Details

withKeyVaultReference

public abstract BatchAccount.DefinitionStages.WithCreate withKeyVaultReference(KeyVaultReference keyVaultReference)

Specifies the keyVaultReference property: A reference to the Azure key vault associated with the Batch account..

Parameters:

keyVaultReference - A reference to the Azure key vault associated with the Batch account.

Returns:

the next definition stage.

Applies to