共用方式為


Quota interface

表示配額的介面。

方法

beginCreateOrUpdate(string, string, CurrentQuotaLimitBase, QuotaCreateOrUpdateOptionalParams)

使用要求的值,建立或更新指定資源的配額限制。 若要更新配額,請遵循下列步驟:

  1. 使用 GET 作業來決定特定資源保留多少配額,以及計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
beginCreateOrUpdateAndWait(string, string, CurrentQuotaLimitBase, QuotaCreateOrUpdateOptionalParams)

使用要求的值,建立或更新指定資源的配額限制。 若要更新配額,請遵循下列步驟:

  1. 使用 GET 作業來決定特定資源保留多少配額,以及計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
beginUpdate(string, string, CurrentQuotaLimitBase, QuotaUpdateOptionalParams)

將特定資源的配額限制更新為指定的值:

  1. 使用 Usages-GET 和 Quota-GET 作業來判斷特定資源的剩餘配額,並計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
beginUpdateAndWait(string, string, CurrentQuotaLimitBase, QuotaUpdateOptionalParams)

將特定資源的配額限制更新為指定的值:

  1. 使用 Usages-GET 和 Quota-GET 作業來判斷特定資源的剩餘配額,並計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
get(string, string, QuotaGetOptionalParams)

取得資源的配額限制。 回應可用來判斷剩餘配額,以計算可使用 PUT 要求提交的新配額限制。

list(string, QuotaListOptionalParams)

取得指定範圍之所有資源的目前配額限制清單。 您可以利用此 GET 作業的回應來提交要求以更新配額。

方法詳細資料

beginCreateOrUpdate(string, string, CurrentQuotaLimitBase, QuotaCreateOrUpdateOptionalParams)

使用要求的值,建立或更新指定資源的配額限制。 若要更新配額,請遵循下列步驟:

  1. 使用 GET 作業來決定特定資源保留多少配額,以及計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
function beginCreateOrUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CurrentQuotaLimitBase>, CurrentQuotaLimitBase>>

參數

resourceName

string

指定資源提供者的資源名稱。 例如:- Microsoft.Compute 的 SKU 名稱 - SKU 或 Microsoft.MachineLearningServices 的 TotalLowPriorityCores For Microsoft.Network PublicIPAddresses。

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。

createQuotaRequest
CurrentQuotaLimitBase

配額要求承載。

options
QuotaCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<CurrentQuotaLimitBase>, CurrentQuotaLimitBase>>

beginCreateOrUpdateAndWait(string, string, CurrentQuotaLimitBase, QuotaCreateOrUpdateOptionalParams)

使用要求的值,建立或更新指定資源的配額限制。 若要更新配額,請遵循下列步驟:

  1. 使用 GET 作業來決定特定資源保留多少配額,以及計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
function beginCreateOrUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<CurrentQuotaLimitBase>

參數

resourceName

string

指定資源提供者的資源名稱。 例如:- Microsoft.Compute 的 SKU 名稱 - SKU 或 Microsoft.MachineLearningServices 的 TotalLowPriorityCores For Microsoft.Network PublicIPAddresses。

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。

createQuotaRequest
CurrentQuotaLimitBase

配額要求承載。

options
QuotaCreateOrUpdateOptionalParams

選項參數。

傳回

beginUpdate(string, string, CurrentQuotaLimitBase, QuotaUpdateOptionalParams)

將特定資源的配額限制更新為指定的值:

  1. 使用 Usages-GET 和 Quota-GET 作業來判斷特定資源的剩餘配額,並計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
function beginUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CurrentQuotaLimitBase>, CurrentQuotaLimitBase>>

參數

resourceName

string

指定資源提供者的資源名稱。 例如:- Microsoft.Compute 的 SKU 名稱 - SKU 或 Microsoft.MachineLearningServices 的 TotalLowPriorityCores For Microsoft.Network PublicIPAddresses。

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。

createQuotaRequest
CurrentQuotaLimitBase

配額要求承載。

options
QuotaUpdateOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<CurrentQuotaLimitBase>, CurrentQuotaLimitBase>>

beginUpdateAndWait(string, string, CurrentQuotaLimitBase, QuotaUpdateOptionalParams)

將特定資源的配額限制更新為指定的值:

  1. 使用 Usages-GET 和 Quota-GET 作業來判斷特定資源的剩餘配額,並計算新的配額限制。 此範例會詳述這些步驟。
  2. 使用此 PUT 作業來更新配額限制。 請檢查位置標頭中的 URI,以取得要求的詳細狀態。
function beginUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<CurrentQuotaLimitBase>

參數

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。

createQuotaRequest
CurrentQuotaLimitBase

配額要求承載。

options
QuotaUpdateOptionalParams

選項參數。

傳回

get(string, string, QuotaGetOptionalParams)

取得資源的配額限制。 回應可用來判斷剩餘配額,以計算可使用 PUT 要求提交的新配額限制。

function get(resourceName: string, scope: string, options?: QuotaGetOptionalParams): Promise<QuotaGetResponse>

參數

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
QuotaGetOptionalParams

選項參數。

傳回

Promise<QuotaGetResponse>

list(string, QuotaListOptionalParams)

取得指定範圍之所有資源的目前配額限制清單。 您可以利用此 GET 作業的回應來提交要求以更新配額。

function list(scope: string, options?: QuotaListOptionalParams): PagedAsyncIterableIterator<CurrentQuotaLimitBase, CurrentQuotaLimitBase[], 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
QuotaListOptionalParams

選項參數。

傳回