Freigeben über


AzureReservationAPIClientExtensions.GetAppliedReservationListAsync Methode

Definition

Rufen Sie eine Liste der zutreffenden Reservations ab.

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)

Parameter

operations
IAzureReservationAPIClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

subscriptionId
String

ID des Abonnements

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie zutreffende Reservierungen ab, die auf dieses Abonnement oder eine Ressourcengruppe unter diesem Abonnement angewendet werden.

Gilt für: