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

ThroughputSettingsGetPropertiesResource 构造函数

定义

重载

ThroughputSettingsGetPropertiesResource()

初始化 ThroughputSettingsGetPropertiesResource 类的新实例。

ThroughputSettingsGetPropertiesResource(Nullable<Int32>, AutopilotSettingsResource, String, String, String, Object, String)

初始化 ThroughputSettingsGetPropertiesResource 类的新实例。

ThroughputSettingsGetPropertiesResource()

初始化 ThroughputSettingsGetPropertiesResource 类的新实例。

public ThroughputSettingsGetPropertiesResource ();
Public Sub New ()

适用于

ThroughputSettingsGetPropertiesResource(Nullable<Int32>, AutopilotSettingsResource, String, String, String, Object, String)

初始化 ThroughputSettingsGetPropertiesResource 类的新实例。

public ThroughputSettingsGetPropertiesResource (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource autopilotSettings = default, string minimumThroughput = default, string offerReplacePending = default, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetPropertiesResource : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource * string * string * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetPropertiesResource
Public Sub New (Optional throughput As Nullable(Of Integer) = Nothing, Optional autopilotSettings As AutopilotSettingsResource = Nothing, Optional minimumThroughput As String = Nothing, Optional offerReplacePending As String = Nothing, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)

参数

throughput
Nullable<Int32>

Cosmos DB 资源吞吐量的值。 需要吞吐量,或者需要 autopilotSettings,但不能同时满足这两项要求。

autopilotSettings
AutopilotSettingsResource

Autopilot 设置的 Cosmos DB 资源。 需要吞吐量,或者需要 autopilotSettings,但不能同时满足这两项要求。

minimumThroughput
String

资源的最小吞吐量

offerReplacePending
String

吞吐量替换挂起

_rid
String

系统生成的属性。 唯一标识符。

_ts
Object

系统生成的属性,表示资源的上次更新时间戳。

_etag
String

系统生成的属性,表示乐观并发控制所需的资源 etag。

适用于