ArmMachineLearningModelFactory.MachineLearningQuotaProperties 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 properties for Quota update or retrieval.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaProperties MachineLearningQuotaProperties(string id = default, string type = default, long? limit = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUnit? unit = default);
static member MachineLearningQuotaProperties : string * string * Nullable<int64> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUnit> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaProperties
Public Shared Function MachineLearningQuotaProperties (Optional id As String = Nothing, Optional type As String = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional unit As Nullable(Of MachineLearningQuotaUnit) = Nothing) As MachineLearningQuotaProperties
Parameters
- id
- String
Specifies the resource ID.
- type
- String
Specifies the resource type.
An enum describing the unit of quota measurement.
Returns
A new MachineLearningQuotaProperties instance for mocking.