CassandraTableGetPropertiesOptions 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
CassandraTableGetPropertiesOptions() |
Initialisiert eine neue instance der CassandraTableGetPropertiesOptions-Klasse. |
CassandraTableGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings) |
Initialisiert eine neue instance der CassandraTableGetPropertiesOptions-Klasse. |
CassandraTableGetPropertiesOptions()
Initialisiert eine neue instance der CassandraTableGetPropertiesOptions-Klasse.
public CassandraTableGetPropertiesOptions ();
Public Sub New ()
Gilt für:
CassandraTableGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)
Initialisiert eine neue instance der CassandraTableGetPropertiesOptions-Klasse.
public CassandraTableGetPropertiesOptions (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings autoscaleSettings = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraTableGetPropertiesOptions : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings -> Microsoft.Azure.Management.CosmosDB.Models.CassandraTableGetPropertiesOptions
Public Sub New (Optional throughput As Nullable(Of Integer) = Nothing, Optional autoscaleSettings As AutoscaleSettings = Nothing)
Parameter
Wert des Cosmos DB-Ressourcendurchsatzes oder autoscaleSettings. Verwenden Sie die Ressource ThroughputSetting beim Abrufen von Angebotsdetails.
- autoscaleSettings
- AutoscaleSettings
Gibt die Einstellungen für die automatische Skalierung an.
Gilt für:
Azure SDK for .NET