ThroughputSettingsResource Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ThroughputSettingsResource() |
Initialisiert eine neue instance der ThroughputSettingsResource-Klasse. |
ThroughputSettingsResource(Nullable<Int32>, AutoscaleSettingsResource, String, String) |
Initialisiert eine neue instance der ThroughputSettingsResource-Klasse. |
ThroughputSettingsResource()
Initialisiert eine neue instance der ThroughputSettingsResource-Klasse.
public ThroughputSettingsResource ();
Public Sub New ()
Gilt für:
ThroughputSettingsResource(Nullable<Int32>, AutoscaleSettingsResource, String, String)
Initialisiert eine neue instance der ThroughputSettingsResource-Klasse.
public ThroughputSettingsResource (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource autoscaleSettings = default, string minimumThroughput = default, string offerReplacePending = default);
new Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsResource : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource * string * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsResource
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)
Parameter
Wert des Cosmos DB-Ressourcendurchsatzes. Entweder ist Durchsatz erforderlich, oder autoscaleSettings ist erforderlich, aber nicht beides.
- autoscaleSettings
- AutoscaleSettingsResource
Cosmos DB-Ressource für Einstellungen für die autoskalierte Skalierung. Entweder ist Durchsatz erforderlich, oder autoscaleSettings ist erforderlich, aber nicht beides.
- minimumThroughput
- String
Der minimale Durchsatz der Ressource
- offerReplacePending
- String
Der Durchsatzersetzung steht aus.
Gilt für:
Azure SDK for .NET