ReservationsExtensions.GetReservationDetailsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetReservationDetailsAsync(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken) |
ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。
|
GetReservationDetailsAsync(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken) |
ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。
|
GetReservationDetailsAsync(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken)
ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。
- 要求パス/プロバイダー/Microsoft.Capacity/reservations
- 操作IdReservation_ListAll
public static Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationDetailResource> GetReservationDetailsAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Reservations.Models.TenantResourceGetReservationDetailsOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetReservationDetailsAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Reservations.Models.TenantResourceGetReservationDetailsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationDetailResource>
<Extension()>
Public Function GetReservationDetailsAsync (tenantResource As TenantResource, options As TenantResourceGetReservationDetailsOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReservationDetailResource)
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行されるインスタンス。
LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の ReservationDetailResource サービス要求を受け取る可能性がある の非同期コレクション。
適用対象
GetReservationDetailsAsync(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken)
ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。
- 要求パス/プロバイダー/Microsoft.Capacity/reservations
- 操作IdReservation_ListAll
public static Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationDetailResource> GetReservationDetailsAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string filter = default, string orderby = default, string refreshSummary = default, float? skiptoken = default, string selectedState = default, float? take = default, System.Threading.CancellationToken cancellationToken = default);
static member GetReservationDetailsAsync : Azure.ResourceManager.Resources.TenantResource * string * string * string * Nullable<single> * string * Nullable<single> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.ReservationDetailResource>
<Extension()>
Public Function GetReservationDetailsAsync (tenantResource As TenantResource, Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional refreshSummary As String = Nothing, Optional skiptoken As Nullable(Of Single) = Nothing, Optional selectedState As String = Nothing, Optional take As Nullable(Of Single) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReservationDetailResource)
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行されるインスタンス。
- filter
- String
予約プロパティでフィルター処理するために使用できます。 フィルターは、'eq'、'or'、および 'and' をサポートしています。 現在、'ne'、'gt'、'le'、'ge'、または 'not' はサポートされていません。 予約プロパティには、sku/name、properties/{appliedScopeType、archived、displayName、displayProvisioningState、effectiveDateTime、expiryDate、provisioningState、quantity、renew、reservedResourceType、term、userFriendlyAppliedScopeType、userFriendlyRenewState} が含まれます。
- orderby
- String
予約プロパティ別の並べ替えに使用できます。
- refreshSummary
- String
プロビジョニング状態によって予約グループのロールアップ数を更新するかどうかを示す。
- selectedState
- String
選択したプロビジョニング状態。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の ReservationDetailResource サービス要求を受け取る可能性がある の非同期コレクション。