ภาษา

ArmMachineLearningModelFactory.MachineLearningWorkspaceQuotaStatusResult Method

Definition

The result of update workspace quota.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatusResult MachineLearningWorkspaceQuotaStatusResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaUpdate> value = default, string nextLink = default);
static member MachineLearningWorkspaceQuotaStatusResult : seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaUpdate> * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatusResult
Public Shared Function MachineLearningWorkspaceQuotaStatusResult (Optional value As IEnumerable(Of MachineLearningWorkspaceQuotaUpdate) = Nothing, Optional nextLink As String = Nothing) As MachineLearningWorkspaceQuotaStatusResult

Parameters

value
IEnumerable<MachineLearningWorkspaceQuotaUpdate>

The list of workspace quota update result.

nextLink
String

The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result.

Returns

A new MachineLearningWorkspaceQuotaStatusResult instance for mocking.

Applies to