Compartilhar via


ArmCognitiveServicesModelFactory.CognitiveServicesAccountDeploymentScaleSettings Método

Definição

Inicializa uma nova instância de CognitiveServicesAccountDeploymentScaleSettings.

public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleSettings CognitiveServicesAccountDeploymentScaleSettings (Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleType? scaleType = default, int? capacity = default, int? activeCapacity = default);
static member CognitiveServicesAccountDeploymentScaleSettings : Nullable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleType> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentScaleSettings
Public Shared Function CognitiveServicesAccountDeploymentScaleSettings (Optional scaleType As Nullable(Of CognitiveServicesAccountDeploymentScaleType) = Nothing, Optional capacity As Nullable(Of Integer) = Nothing, Optional activeCapacity As Nullable(Of Integer) = Nothing) As CognitiveServicesAccountDeploymentScaleSettings

Parâmetros

scaleType
Nullable<CognitiveServicesAccountDeploymentScaleType>

Tipo de escala de implantação.

capacity
Nullable<Int32>

Capacidade de implantação.

activeCapacity
Nullable<Int32>

Capacidade ativa de implantação. Esse valor pode ser diferente de capacity se o cliente atualizou capacityrecentemente .

Retornos

Uma nova CognitiveServicesAccountDeploymentScaleSettings instância para simulação.

Aplica-se a