Bagikan melalui


AutoscaleSettings Constructors

Definition

Overloads

AutoscaleSettings()

Initializes a new instance of the AutoscaleSettings class.

AutoscaleSettings(Nullable<Int32>)

Initializes a new instance of the AutoscaleSettings class.

AutoscaleSettings()

Initializes a new instance of the AutoscaleSettings class.

public AutoscaleSettings ();
Public Sub New ()

Applies to

AutoscaleSettings(Nullable<Int32>)

Initializes a new instance of the AutoscaleSettings class.

public AutoscaleSettings (int? maxThroughput = default);
new Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings : Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings
Public Sub New (Optional maxThroughput As Nullable(Of Integer) = Nothing)

Parameters

maxThroughput
Nullable<Int32>

Represents maximum throughput, the resource can scale up to.

Applies to