Usages interface
表示 Usages 的介面。
方法
get(string, string, Usages |
取得資源的目前使用量。 |
list(string, Usages |
取得指定範圍之所有資源的目前使用量清單。 |
方法詳細資料
get(string, string, UsagesGetOptionalParams)
取得資源的目前使用量。
function get(resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise<UsagesGetResponse>
參數
- resourceName
-
string
指定資源提供者的資源名稱。 例如:- Microsoft.Compute 的 SKU 名稱 - SKU 或 Microsoft.MachineLearningServices For Microsoft.Network PublicIPAddresses 的 TotalLowPriorityCores。
- scope
-
string
目標 Azure 資源 URI。 例如: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/
。
這是清單 GET 作業的目標 Azure 資源 URI。 {resourceName}
如果在 之後 /quotas
新增 ,則它是特定資源 GET 作業中的目標 Azure 資源 URI。
- options
- UsagesGetOptionalParams
選項參數。
傳回
Promise<UsagesGetResponse>
list(string, UsagesListOptionalParams)
取得指定範圍之所有資源的目前使用量清單。
function list(scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<CurrentUsagesBase, CurrentUsagesBase[], PageSettings>
參數
- scope
-
string
目標 Azure 資源 URI。 例如: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/
。
這是清單 GET 作業的目標 Azure 資源 URI。 {resourceName}
如果在 之後 /quotas
新增 ,則它是特定資源 GET 作業中的目標 Azure 資源 URI。
- options
- UsagesListOptionalParams
選項參數。