Freigeben über


AzureReservationAPIClientExtensions.GetCatalogAsync Methode

Definition

Rufen Sie die Regionen und Skus ab, die für den RI-Kauf für das angegebene Azure-Abonnement verfügbar sind.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.Catalog>> GetCatalogAsync (this Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient operations, string subscriptionId, string reservedResourceType, string location = default, System.Threading.CancellationToken cancellationToken = default);
static member GetCatalogAsync : Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.Catalog>>
<Extension()>
Public Function GetCatalogAsync (operations As IAzureReservationAPIClient, subscriptionId As String, reservedResourceType As String, Optional location As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Catalog))

Parameter

operations
IAzureReservationAPIClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

subscriptionId
String

ID des Abonnements

reservedResourceType
String

Der Typ der Ressource, für die die Skus bereitgestellt werden sollen.

location
String

Filtert die Skus basierend auf der in diesem Parameter angegebenen Position. Dies kann eine Azure-Region oder global sein.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: