Usage 類別
描述計算資源使用量。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.compute._serialization.ModelUsage
建構函式
Usage(*, current_value: int, limit: int, name: _models.UsageName, **kwargs: Any)
Keyword-Only Parameters
- current_value
- int
資源的目前使用量。 必要。
- limit
- int
資源允許的最大使用量。 必要。
- name
- UsageName
使用類型的名稱。 必要。
變數
- unit
- str
描述使用量度量單位的列舉。 必要。 預設值為 「Count」。
- current_value
- int
資源的目前使用量。 必要。
- limit
- int
資源允許的最大使用量。 必要。
- name
- UsageName
使用類型的名稱。 必要。
屬性
unit
unit = 'Count'