共用方式為


ThroughputSettingsGetPropertiesResource Constructors

Definition

Overloads

ThroughputSettingsGetPropertiesResource()

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

ThroughputSettingsGetPropertiesResource(Nullable<Int32>, AutoscaleSettingsResource, String, String, String, Nullable<Double>, 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>, AutoscaleSettingsResource, String, String, String, Nullable<Double>, String)

Initializes a new instance of the ThroughputSettingsGetPropertiesResource class.

public ThroughputSettingsGetPropertiesResource (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource autoscaleSettings = default, string minimumThroughput = default, string offerReplacePending = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetPropertiesResource : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource * string * string * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetPropertiesResource
Public Sub New (Optional throughput As Nullable(Of Integer) = Nothing, Optional autoscaleSettings As AutoscaleSettingsResource = Nothing, Optional minimumThroughput As String = Nothing, Optional offerReplacePending As String = Nothing, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)

Parameters

throughput
Nullable<Int32>

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

autoscaleSettings
AutoscaleSettingsResource

Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings 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
Nullable<Double>

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