共用方式為


IAzureReservationAPIClient.GetAppliedReservationListWithHttpMessagesAsync Method

Definition

Get list of applicable Reservations.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Reservations.Models.AppliedReservations>> GetAppliedReservationListWithHttpMessagesAsync (string subscriptionId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppliedReservationListWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Reservations.Models.AppliedReservations>>
Public Function GetAppliedReservationListWithHttpMessagesAsync (subscriptionId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AppliedReservations))

Parameters

subscriptionId
String

Id of the subscription

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get applicable `Reservation`s that are applied to this subscription or a resource group under this subscription.

Applies to