Freigeben über


ArmCosmosDBModelFactory.ExtendedThroughputSettingsResourceInfo Methode

Definition

Initialisiert eine neue instance von ExtendedThroughputSettingsResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedThroughputSettingsResourceInfo ExtendedThroughputSettingsResourceInfo (int? throughput = default, Azure.ResourceManager.CosmosDB.Models.AutoscaleSettingsResourceInfo autoscaleSettings = default, string minimumThroughput = default, string offerReplacePending = default, string instantMaximumThroughput = default, string softAllowedMaximumThroughput = default, string rid = default, float? timestamp = default, Azure.ETag? etag = default);
static member ExtendedThroughputSettingsResourceInfo : Nullable<int> * Azure.ResourceManager.CosmosDB.Models.AutoscaleSettingsResourceInfo * string * string * string * string * string * Nullable<single> * Nullable<Azure.ETag> -> Azure.ResourceManager.CosmosDB.Models.ExtendedThroughputSettingsResourceInfo
Public Shared Function ExtendedThroughputSettingsResourceInfo (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, Optional rid As String = Nothing, Optional timestamp As Nullable(Of Single) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As ExtendedThroughputSettingsResourceInfo

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.

rid
String

Eine vom System generierte Eigenschaft. Einen eindeutigen Bezeichner.

timestamp
Nullable<Single>

Eine vom System generierte Eigenschaft, die den zuletzt aktualisierten Zeitstempel der Ressource angibt.

etag
Nullable<ETag>

Eine vom System generierte Eigenschaft, die das Ressourcen-Etag darstellt, das für die Steuerung der optimistischen Parallelität erforderlich ist.

Gibt zurück

Eine neue ExtendedThroughputSettingsResourceInfo instance zum Mocking.

Gilt für: