ArmMachineLearningModelFactory.MachineLearningWorkspaceQuotaStatusResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.