Freigeben über


CassandraTableGetPropertiesOptions Konstruktoren

Definition

Ü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

throughput
Nullable<Int32>

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: