ReservationsExtensions.GetCatalogAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
GetCatalogAsync(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken) |
Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.
|
GetCatalogAsync(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken) |
Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.
|
GetCatalogAsync(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)
Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.
- Pad/abonnementen/{subscriptionId}/providers/Microsoft.Capacity/catalogs aanvragen
- Bewerking IdGetCatalog
public static Azure.AsyncPageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog> GetCatalogAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Reservations.Models.SubscriptionResourceGetCatalogOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetCatalogAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Reservations.Models.SubscriptionResourceGetCatalogOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog>
<Extension()>
Public Function GetCatalogAsync (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetCatalogOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReservationCatalog)
Parameters
- subscriptionResource
- SubscriptionResource
Het SubscriptionResource exemplaar waarop de methode wordt uitgevoerd.
Een eigenschappenverzameling die alle parameters van deze methode bevat, met uitzondering van de LRO-kwalificatie- en aanvraagcontextparameter.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.
Retouren
Een asynchrone verzameling van Azure.ResourceManager.Reservations.Models.ReservationCatalog die meerdere serviceaanvragen kan vereisen om te herhalen.
Van toepassing op
GetCatalogAsync(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)
Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.
- Pad/abonnementen/{subscriptionId}/providers/Microsoft.Capacity/catalogs aanvragen
- Bewerking IdGetCatalog
public static Azure.AsyncPageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog> GetCatalogAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string reservedResourceType = default, Azure.Core.AzureLocation? location = default, string publisherId = default, string offerId = default, string planId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetCatalogAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * Nullable<Azure.Core.AzureLocation> * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog>
<Extension()>
Public Function GetCatalogAsync (subscriptionResource As SubscriptionResource, Optional reservedResourceType As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional publisherId As String = Nothing, Optional offerId As String = Nothing, Optional planId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReservationCatalog)
Parameters
- subscriptionResource
- SubscriptionResource
Het SubscriptionResource exemplaar waarop de methode wordt uitgevoerd.
- reservedResourceType
- String
Het type resource waarvoor de SKU's moeten worden opgegeven.
- location
- Nullable<AzureLocation>
Filtert de SKU's op basis van de locatie die is opgegeven in deze parameter. Dit kan een Azure-regio of een globale regio zijn.
- publisherId
- String
Uitgever-id die wordt gebruikt om de producten van derden op te halen.
- offerId
- String
Aanbiedings-id die wordt gebruikt om de producten van derden op te halen.
- planId
- String
Plan-id die wordt gebruikt om de producten van derden op te halen.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.
Retouren
Een asynchrone verzameling van Azure.ResourceManager.Reservations.Models.ReservationCatalog die meerdere serviceaanvragen kan vereisen om te herhalen.