Table of Contents

Interface IWithKeyVault

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the cosmos db definition allowing to specify a key vault.

public interface IWithKeyVault

Methods

WithKeyVault(string)

Specifies a key vault uri for this cosmos db account.

IWithCreate WithKeyVault(string keyVaultUri)

Parameters

keyVaultUri string

The uri of the key vault.

Returns

IWithCreate

The next stage of the definition.