次の方法で共有


LocationsOperationsExtensions.CheckQuotaAvailabilityAsync メソッド

定義

リージョン別のサブスクリプションのクォータを返す

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Quota> CheckQuotaAvailabilityAsync (this Microsoft.Azure.Management.Avs.ILocationsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member CheckQuotaAvailabilityAsync : Microsoft.Azure.Management.Avs.ILocationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Quota>
<Extension()>
Public Function CheckQuotaAvailabilityAsync (operations As ILocationsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Quota)

パラメーター

operations
ILocationsOperations

この拡張メソッドの操作グループ。

location
String

Azure リージョン

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象