你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于