Interface IWithKeyVault
- 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
stringThe uri of the key vault.
Returns
- IWithCreate
The next stage of the definition.