次の方法で共有


ReservationOperationsExtensions.BeginAvailableScopesAsync メソッド

定義

の使用可能なスコープを Reservation取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Reservations.Models.AvailableScopeProperties> BeginAvailableScopesAsync(this Microsoft.Azure.Management.Reservations.IReservationOperations operations, string reservationOrderId, string reservationId, Microsoft.Azure.Management.Reservations.Models.AvailableScopeRequest body, System.Threading.CancellationToken cancellationToken = default);
static member BeginAvailableScopesAsync : Microsoft.Azure.Management.Reservations.IReservationOperations * string * string * Microsoft.Azure.Management.Reservations.Models.AvailableScopeRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Reservations.Models.AvailableScopeProperties>
<Extension()>
Public Function BeginAvailableScopesAsync (operations As IReservationOperations, reservationOrderId As String, reservationId As String, body As AvailableScopeRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AvailableScopeProperties)

パラメーター

operations
IReservationOperations

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

reservationOrderId
String

予約の注文 ID

reservationId
String

予約アイテムの ID

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

の使用可能なスコープを Reservation取得します。

適用対象