你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 帐户的读取位置。

适用于