Lingua

ArmMachineLearningModelFactory.MachineLearningQuotaProperties Method

Definition

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.

limit
Nullable<Int64>

The maximum permitted quota of the resource.

unit
Nullable<MachineLearningQuotaUnit>

An enum describing the unit of quota measurement.

Returns

A new MachineLearningQuotaProperties instance for mocking.

Applies to