ReservationsExtensions.GetReservationDetails メソッド

定義

オーバーロード

GetReservationDetails(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken)

ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Capacity/reservations
  • 操作IdReservation_ListAll
GetReservationDetails(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken)

ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Capacity/reservations
  • 操作IdReservation_ListAll

GetReservationDetails(TenantResource, TenantResourceGetReservationDetailsOptions, CancellationToken)

ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Capacity/reservations
  • 操作IdReservation_ListAll
public static Azure.Pageable<Azure.ResourceManager.Reservations.ReservationDetailResource> GetReservationDetails (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Reservations.Models.TenantResourceGetReservationDetailsOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetReservationDetails : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Reservations.Models.TenantResourceGetReservationDetailsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Reservations.ReservationDetailResource>
<Extension()>
Public Function GetReservationDetails (tenantResource As TenantResource, options As TenantResourceGetReservationDetailsOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ReservationDetailResource)

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行されるインスタンス。

options
TenantResourceGetReservationDetailsOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ReservationDetailResource サービス要求を受け取る可能性がある のコレクション。

適用対象

GetReservationDetails(TenantResource, String, String, String, Nullable<Single>, String, Nullable<Single>, CancellationToken)

ユーザーが現在のテナントでアクセスできる状態をプロビジョニングして、予約と予約グループのロールアップ数を一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Capacity/reservations
  • 操作IdReservation_ListAll
public static Azure.Pageable<Azure.ResourceManager.Reservations.ReservationDetailResource> GetReservationDetails (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 GetReservationDetails : Azure.ResourceManager.Resources.TenantResource * string * string * string * Nullable<single> * string * Nullable<single> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Reservations.ReservationDetailResource>
<Extension()>
Public Function GetReservationDetails (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 Pageable(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

プロビジョニング状態によって予約グループのロールアップ数を更新するかどうかを示す。

skiptoken
Nullable<Single>

結果を返す前にリストからスキップする予約の数。

selectedState
String

選択したプロビジョニング状態。

take
Nullable<Single>

返される予約の数。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ReservationDetailResource サービス要求を受け取る可能性がある のコレクション。

適用対象