次の方法で共有


LocationsOperationsExtensions.CheckTrialAvailabilityAsync メソッド

定義

リージョン別のサブスクリプションの試用版の状態を返す

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

パラメーター

operations
ILocationsOperations

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

location
String

Azure リージョン

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象