Interface IWithKeyVault
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update
- 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.
IWithOptionals WithKeyVault(string keyVaultUri)
Parameters
keyVaultUri
stringThe uri of the key vault.
Returns
- IWithOptionals
The next stage of the update.
WithoutKeyVault()
Removes the key vault.
IWithOptionals WithoutKeyVault()
Returns
- IWithOptionals
The next stage of the update.