Freigeben über


DeploymentScaleSettings Konstruktoren

Definition

Überlädt

DeploymentScaleSettings()

Initialisiert eine neue instance der DeploymentScaleSettings-Klasse.

DeploymentScaleSettings(String, Nullable<Int32>, Nullable<Int32>)

Initialisiert eine neue instance der DeploymentScaleSettings-Klasse.

DeploymentScaleSettings()

Initialisiert eine neue instance der DeploymentScaleSettings-Klasse.

public DeploymentScaleSettings ();
Public Sub New ()

Gilt für:

DeploymentScaleSettings(String, Nullable<Int32>, Nullable<Int32>)

Initialisiert eine neue instance der DeploymentScaleSettings-Klasse.

public DeploymentScaleSettings (string scaleType = default, int? capacity = default, int? activeCapacity = default);
new Microsoft.Azure.Management.CognitiveServices.Models.DeploymentScaleSettings : string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.CognitiveServices.Models.DeploymentScaleSettings
Public Sub New (Optional scaleType As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing, Optional activeCapacity As Nullable(Of Integer) = Nothing)

Parameter

scaleType
String

Bereitstellungsskalierungstyp. Mögliche Werte: "Standard", "Manuell"

capacity
Nullable<Int32>

Bereitstellungskapazität.

activeCapacity
Nullable<Int32>

Aktive Bereitstellungskapazität. Dieser Wert kann sich von dem capacity unterscheiden, wenn der Kunde kürzlich aktualisiert hat capacity.

Gilt für: