IAzureReservationAPIClient.GetCatalogWithHttpMessagesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez les régions et les références SKU disponibles pour l’achat ri pour l’abonnement Azure spécifié.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.Catalog>>> GetCatalogWithHttpMessagesAsync (string subscriptionId, string reservedResourceType, string location = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCatalogWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.Catalog>>>
Public Function GetCatalogWithHttpMessagesAsync (subscriptionId As String, reservedResourceType As String, Optional location As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IList(Of Catalog)))
Paramètres
- subscriptionId
- String
ID de l’abonnement
- reservedResourceType
- String
Type de la ressource pour laquelle le sku doit être fourni.
- location
- String
Filtre les références skus en fonction de l’emplacement spécifié dans ce paramètre. Il peut s’agir d’une région Azure ou d’une région globale
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET