Workspace.DefinitionStages.WithKeyVault Interface

public static interface Workspace.DefinitionStages.WithKeyVault

The stage of the Workspace definition allowing to specify keyVault.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKeyVault(String keyVault)

Specifies the keyVault property: ARM id of the key vault associated with this workspace.

Method Details

withKeyVault

public abstract Workspace.DefinitionStages.WithCreate withKeyVault(String keyVault)

Specifies the keyVault property: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created.

Parameters:

keyVault - ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created.

Returns:

the next definition stage.

Applies to