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

ArmMachineLearningModelFactory.MachineLearningWorkspaceQuotaUpdate 方法

定义

初始化 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

参数

id
String

指定资源 ID。

updateWorkspaceQuotasType
String

指定资源类型。

limit
Nullable<Int64>

资源允许的最大配额。

unit
Nullable<MachineLearningQuotaUnit>

描述配额度量单位的枚举。

status
Nullable<MachineLearningWorkspaceQuotaStatus>

更新工作区配额的状态。

返回

用于模拟的新 MachineLearningWorkspaceQuotaUpdate 实例。

适用于