QuotaBaseProperties Class

The properties for Quota update or retrieval.

Inheritance
QuotaBaseProperties

Constructor

QuotaBaseProperties(*, id: Optional[str] = None, type: Optional[str] = None, limit: Optional[int] = None, unit: Optional[Union[str, azure.mgmt.machinelearningservices.models._azure_machine_learning_workspaces_enums.QuotaUnit]] = None, **kwargs)

Parameters

id
str
Required

Specifies the resource ID.

type
str
Required

Specifies the resource type.

limit
<xref:long>
Required

The maximum permitted quota of the resource.

unit
str or QuotaUnit
Required

An enum describing the unit of quota measurement. Possible values include: "Count".