次の方法で共有


AzureReservationAPIClientExtensions.GetAppliedReservationListAsync メソッド

定義

該当 Reservationする の一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Reservations.Models.AppliedReservations> GetAppliedReservationListAsync(this Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient operations, string subscriptionId, System.Threading.CancellationToken cancellationToken = default);
static member GetAppliedReservationListAsync : Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Reservations.Models.AppliedReservations>
<Extension()>
Public Function GetAppliedReservationListAsync (operations As IAzureReservationAPIClient, subscriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppliedReservations)

パラメーター

operations
IAzureReservationAPIClient

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

subscriptionId
String

サブスクリプションの ID

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

このサブスクリプションまたはこのサブスクリプションのリソース グループに適用される適用可能な "予約" を取得します。

適用対象