次の方法で共有


DeploymentScaleSettings コンストラクター

定義

オーバーロード

DeploymentScaleSettings()

DeploymentScaleSettings クラスの新しいインスタンスを初期化します。

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

DeploymentScaleSettings クラスの新しいインスタンスを初期化します。

DeploymentScaleSettings()

DeploymentScaleSettings クラスの新しいインスタンスを初期化します。

public DeploymentScaleSettings ();
Public Sub New ()

適用対象

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

DeploymentScaleSettings クラスの新しいインスタンスを初期化します。

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)

パラメーター

scaleType
String

デプロイ スケールの種類。 使用可能な値は次のとおりです: 'Standard'、'Manual'

capacity
Nullable<Int32>

デプロイ容量。

activeCapacity
Nullable<Int32>

アクティブな容量をデプロイします。 この値は、顧客が 最近 を更新capacityした場合とはcapacity異なる場合があります。

適用対象