ภาษา

ArmMachineLearningModelFactory.MachineLearningQuotaUpdateContent Method

Definition

Quota update parameters.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent MachineLearningQuotaUpdateContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaProperties> value = default, Azure.Core.AzureLocation? location = default);
static member MachineLearningQuotaUpdateContent : seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaProperties> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent
Public Shared Function MachineLearningQuotaUpdateContent (Optional value As IEnumerable(Of MachineLearningQuotaProperties) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As MachineLearningQuotaUpdateContent

Parameters

value
IEnumerable<MachineLearningQuotaProperties>

The list for update quota.

location
Nullable<AzureLocation>

Region of workspace quota to be updated.

Returns

A new MachineLearningQuotaUpdateContent instance for mocking.

Applies to