共用方式為


ThroughputSettingsResource Constructors

Definition

Overloads

ThroughputSettingsResource()

Initializes a new instance of the ThroughputSettingsResource class.

ThroughputSettingsResource(Nullable<Int32>, AutopilotSettingsResource, String, String)

Initializes a new instance of the ThroughputSettingsResource class.

ThroughputSettingsResource()

Initializes a new instance of the ThroughputSettingsResource class.

public ThroughputSettingsResource ();
Public Sub New ()

Applies to

ThroughputSettingsResource(Nullable<Int32>, AutopilotSettingsResource, String, String)

Initializes a new instance of the ThroughputSettingsResource class.

public ThroughputSettingsResource (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource autopilotSettings = default, string minimumThroughput = default, string offerReplacePending = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsResource : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutopilotSettingsResource * string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsResource
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)

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

Applies to