@Beta(value=V1_2_0) public interface CosmosDBAccount extends GroupableResource<com.microsoft.azure.management.cosmosdb.implementation.CosmosDBManager,com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountInner>, Refreshable<CosmosDBAccount>, Updatable<CosmosDBAccount.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
CosmosDBAccount.Definition
Grouping of cosmos db definition stages.
|
static interface |
CosmosDBAccount.DefinitionStages
Grouping of cosmos db definition stages.
|
static interface |
CosmosDBAccount.Update
Grouping of cosmos db update stages.
|
static interface |
CosmosDBAccount.UpdateStages
Grouping of cosmos db update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
DatabaseAccountKind kind()
String documentEndpoint()
DatabaseAccountOfferType databaseAccountOfferType()
String ipRangeFilter()
ConsistencyPolicy consistencyPolicy()
DefaultConsistencyLevel defaultConsistencyLevel()
List<Location> writableReplications()
List<Location> readableReplications()
DatabaseAccountListKeysResult listKeys()
rx.Observable<DatabaseAccountListKeysResult> listKeysAsync()
DatabaseAccountListReadOnlyKeysResult listReadOnlyKeys()
rx.Observable<DatabaseAccountListReadOnlyKeysResult> listReadOnlyKeysAsync()
DatabaseAccountListConnectionStringsResult listConnectionStrings()
rx.Observable<DatabaseAccountListConnectionStringsResult> listConnectionStringsAsync()
boolean multipleWriteLocationsEnabled()
@Beta(value=V1_10_0) List<Capability> capabilities()
@Beta(value=V1_10_0) List<VirtualNetworkRule> virtualNetworkRules()
@Beta(value=V1_11_0) void offlineRegion(Region region)
region
- Cosmos DB region@Beta(value=V1_11_0) rx.Completable offlineRegionAsync(Region region)
region
- Cosmos DB region@Beta(value=V1_11_0) void onlineRegion(Region region)
region
- Cosmos DB region@Beta(value=V1_11_0) rx.Completable onlineRegionAsync(Region region)
region
- Cosmos DB regionvoid regenerateKey(KeyKind keyKind)
keyKind
- the key kind@Beta(value=V1_11_0) rx.Completable regenerateKeyAsync(KeyKind keyKind)
keyKind
- the key kindCopyright © 2019. All rights reserved.