次の方法で共有


IWithReadLocations インターフェイス

定義

読み取り場所の定義を許可する Cosmos DB 定義のステージ。

public interface IWithReadLocations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>
type IWithReadLocations = interface
    interface IAppliable<ICosmosDBAccount>
    interface IIndexable
Public Interface IWithReadLocations
Implements IAppliable(Of ICosmosDBAccount)
派生
実装

プロパティ

Key

読み取り場所の定義を許可する Cosmos DB 定義のステージ。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithoutAllReplications()

CosmosDB アカウントのすべてのレプリケーションを削除します。

WithoutReadReplication(Region)

CosmosDB アカウントの読み取り場所を削除します。

WithReadReplication(Region, Nullable<Boolean>)

CosmosDB アカウントの読み取り場所を設定します。

適用対象