IQuotaOperations.CreateOrUpdateWithHttpMessagesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求された値を使用して、指定したリソースのクォータ制限を作成または更新します。 クォータを更新するには、次の手順に従います。
- クォータと使用量の GET 操作を使用して、特定のリソースに対して残っているクォータの量を決定し、新しいクォータ制限を計算します。 これらの手順については、 この例で詳しく説明します。
- この PUT 操作を使用して、クォータ制限を更新します。 要求の詳細な状態については、場所ヘッダーに URI をチェックしてください。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase>> CreateOrUpdateWithHttpMessagesAsync (string resourceName, string scope, Microsoft.Azure.Management.Quota.Models.QuotaProperties properties = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Quota.Models.QuotaProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceName As String, scope As String, Optional properties As QuotaProperties = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CurrentQuotaLimitBase))
パラメーター
- resourceName
- String
特定のリソース プロバイダーのリソース名。 次に例を示します。
- Microsoft.Compute の SKU 名
- Microsoft.Network PublicIPAddresses の場合は、MICROSOFT.MachineLearningServices の SKU または TotalLowPriorityCores。
- scope
- String
ターゲットの Azure リソース URI。 たとえば、/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/
のようにします。
これは、List GET 操作のターゲット Azure リソース URI です。
{resourceName}
が の後に/quotas
追加された場合は、特定のリソースの GET 操作のターゲット Azure リソース URI になります。
- properties
- QuotaProperties
指定されたリソースのクォータ プロパティ。呼び出された API、Quotas または Usages に基づいています。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET