| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent.models |
Package containing the inner data models for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountKind |
DatabaseAccountGetResultsInner.kind()
Get the kind property: Indicates the type of database account.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountGetResultsInner |
DatabaseAccountGetResultsInner.withKind(DatabaseAccountKind kind)
Set the kind property: Indicates the type of database account.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseAccountKind |
DatabaseAccountKind.GLOBAL_DOCUMENT_DB
Static value GlobalDocumentDB for DatabaseAccountKind.
|
static DatabaseAccountKind |
DatabaseAccountKind.MONGO_DB
Static value MongoDB for DatabaseAccountKind.
|
static DatabaseAccountKind |
DatabaseAccountKind.PARSE
Static value Parse for DatabaseAccountKind.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseAccountKind |
DatabaseAccountKind.fromString(String name)
Creates or finds a DatabaseAccountKind from its string representation.
|
DatabaseAccountKind |
CosmosDBAccount.kind() |
DatabaseAccountKind |
DatabaseAccountCreateUpdateParameters.kind()
Get the kind property: Indicates the type of database account.
|
| Modifier and Type | Method and Description |
|---|---|
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy |
CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind)
The database account kind for the CosmosDB account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withKind(DatabaseAccountKind kind)
Set the kind property: Indicates the type of database account.
|
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy |
CosmosDBAccount.DefinitionStages.WithKind.withKind(DatabaseAccountKind kind,
Capability... capabilities)
The database account kind for the CosmosDB account.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.