Compartir a través de


ArmMachineLearningModelFactory.MachineLearningWorkspaceQuotaUpdate Método

Definición

Inicializa una nueva instancia de MachineLearningWorkspaceQuotaUpdate.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaUpdate MachineLearningWorkspaceQuotaUpdate (string id = default, string updateWorkspaceQuotasType = default, long? limit = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUnit? unit = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatus? status = default);
static member MachineLearningWorkspaceQuotaUpdate : string * string * Nullable<int64> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUnit> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatus> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaUpdate
Public Shared Function MachineLearningWorkspaceQuotaUpdate (Optional id As String = Nothing, Optional updateWorkspaceQuotasType As String = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional unit As Nullable(Of MachineLearningQuotaUnit) = Nothing, Optional status As Nullable(Of MachineLearningWorkspaceQuotaStatus) = Nothing) As MachineLearningWorkspaceQuotaUpdate

Parámetros

id
String

Especifica el identificador de recurso.

updateWorkspaceQuotasType
String

Especifica el tipo de recurso.

limit
Nullable<Int64>

Cuota máxima permitida del recurso.

unit
Nullable<MachineLearningQuotaUnit>

Enumeración que describe la unidad de medida de cuota.

status
Nullable<MachineLearningWorkspaceQuotaStatus>

Estado de la cuota del área de trabajo de actualización.

Devoluciones

MachineLearningWorkspaceQuotaUpdate Nueva instancia para simular.

Se aplica a