ArmMachineLearningModelFactory.MachineLearningQuotaUpdateContent 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.
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
The list for update quota.
- location
- Nullable<AzureLocation>
Region of workspace quota to be updated.
Returns
A new MachineLearningQuotaUpdateContent instance for mocking.