Uses of Class
com.microsoft.azure.management.cosmosdb.KeyKind
Package
Description
This package contains the classes for CosmosDB.
-
Uses of KeyKind in com.microsoft.azure.management.cosmosdb
Modifier and TypeFieldDescriptionstatic final KeyKind
KeyKind.PRIMARY
Static value primary for KeyKind.static final KeyKind
KeyKind.PRIMARY_READONLY
Static value primaryReadonly for KeyKind.static final KeyKind
KeyKind.SECONDARY
Static value secondary for KeyKind.static final KeyKind
KeyKind.SECONDARY_READONLY
Static value secondaryReadonly for KeyKind.Modifier and TypeMethodDescriptionstatic KeyKind
KeyKind.fromString
(String name) Creates or finds a KeyKind from its string representation.DatabaseAccountRegenerateKeyParameters.keyKind()
Get the access key to regenerate.Modifier and TypeMethodDescriptionvoid
CosmosDBAccount.regenerateKey
(KeyKind keyKind) void
CosmosDBAccounts.regenerateKey
(String groupName, String accountName, KeyKind keyKind) Regenerates an access key for the specified Azure CosmosDB database account.rx.Completable
CosmosDBAccount.regenerateKeyAsync
(KeyKind keyKind) rx.Observable<Void>
CosmosDBAccounts.regenerateKeyAsync
(String groupName, String accountName, KeyKind keyKind) Regenerates an access key for the specified Azure CosmosDB database account.DatabaseAccountRegenerateKeyParameters.withKeyKind
(KeyKind keyKind) Set the access key to regenerate.