共用方式為


ThroughputSettingsGetPropertiesResource Constructors

Definition

Overloads

ThroughputSettingsGetPropertiesResource()

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

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

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

ThroughputSettingsGetPropertiesResource()

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

public ThroughputSettingsGetPropertiesResource ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

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)

Parameters

throughput
Nullable<Int32>

Value of the Cosmos DB resource throughput. Either throughput is required or autopilotSettings is required, but not both.

autopilotSettings
AutopilotSettingsResource

Cosmos DB resource for Autopilot settings. Either throughput is required or autopilotSettings is required, but not both.

minimumThroughput
String

The minimum throughput of the resource

offerReplacePending
String

The throughput replace is pending

_rid
String

A system generated property. A unique identifier.

_ts
Object

A system generated property that denotes the last updated timestamp of the resource.

_etag
String

A system generated property representing the resource etag required for optimistic concurrency control.

Applies to