| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyKind |
KeyKind.PRIMARY
Static value primary for KeyKind.
|
static KeyKind |
KeyKind.PRIMARY_READONLY
Static value primaryReadonly for KeyKind.
|
static KeyKind |
KeyKind.SECONDARY
Static value secondary for KeyKind.
|
static KeyKind |
KeyKind.SECONDARY_READONLY
Static value secondaryReadonly for KeyKind.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyKind |
KeyKind.fromString(String name)
Creates or finds a KeyKind from its string representation.
|
KeyKind |
DatabaseAccountRegenerateKeyParameters.keyKind()
Get the keyKind property: The access key to regenerate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CosmosDBAccount.regenerateKey(KeyKind keyKind) |
void |
CosmosDBAccounts.regenerateKey(String groupName,
String accountName,
KeyKind keyKind)
Regenerates an access key for the specified Azure CosmosDB database account.
|
Mono<Void> |
CosmosDBAccount.regenerateKeyAsync(KeyKind keyKind) |
Mono<Void> |
CosmosDBAccounts.regenerateKeyAsync(String groupName,
String accountName,
KeyKind keyKind)
Regenerates an access key for the specified Azure CosmosDB database account.
|
DatabaseAccountRegenerateKeyParameters |
DatabaseAccountRegenerateKeyParameters.withKeyKind(KeyKind keyKind)
Set the keyKind property: The access key to regenerate.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.