Freigeben über


ArmCosmosDBModelFactory.ThroughputSettingsResourceInfo Methode

Definition

Initialisiert eine neue instance von ThroughputSettingsResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsResourceInfo ThroughputSettingsResourceInfo (int? throughput = default, Azure.ResourceManager.CosmosDB.Models.AutoscaleSettingsResourceInfo autoscaleSettings = default, string minimumThroughput = default, string offerReplacePending = default, string instantMaximumThroughput = default, string softAllowedMaximumThroughput = default);
static member ThroughputSettingsResourceInfo : Nullable<int> * Azure.ResourceManager.CosmosDB.Models.AutoscaleSettingsResourceInfo * string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsResourceInfo
Public Shared Function ThroughputSettingsResourceInfo (Optional throughput As Nullable(Of Integer) = Nothing, Optional autoscaleSettings As AutoscaleSettingsResourceInfo = Nothing, Optional minimumThroughput As String = Nothing, Optional offerReplacePending As String = Nothing, Optional instantMaximumThroughput As String = Nothing, Optional softAllowedMaximumThroughput As String = Nothing) As ThroughputSettingsResourceInfo

Parameter

throughput
Nullable<Int32>

Wert des Cosmos DB-Ressourcendurchsatzes. Entweder ist Durchsatz erforderlich, oder autoscaleSettings ist erforderlich, aber nicht beides.

autoscaleSettings
AutoscaleSettingsResourceInfo

Cosmos DB-Ressource für Einstellungen für die automatische Skalierung. Entweder ist Durchsatz erforderlich, oder autoscaleSettings ist erforderlich, aber nicht beides.

minimumThroughput
String

Der minimale Durchsatz der Ressource.

offerReplacePending
String

Der Durchsatzerlös steht aus.

instantMaximumThroughput
String

Der Angebotsdurchsatzwert, der sofort hochskaliert werden kann, ohne Teilungen auszulösen.

softAllowedMaximumThroughput
String

Der maximale Durchsatzwert oder der maximale MaxThroughput-Wert (für die automatische Skalierung), der angegeben werden kann.

Gibt zurück

Eine neue ThroughputSettingsResourceInfo instance zum Mocking.

Gilt für: