AzureReservationAPIClientExtensions.GetCatalog Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the regions and skus that are available for RI purchase for the specified Azure subscription.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.Catalog> GetCatalog (this Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient operations, string subscriptionId, string reservedResourceType, string location = default);
static member GetCatalog : Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.Catalog>
<Extension()>
Public Function GetCatalog (operations As IAzureReservationAPIClient, subscriptionId As String, reservedResourceType As String, Optional location As String = Nothing) As IList(Of Catalog)
Parameters
- operations
- IAzureReservationAPIClient
The operations group for this extension method.
- subscriptionId
- String
Id of the subscription
- reservedResourceType
- String
The type of the resource for which the skus should be provided.
- location
- String
Filters the skus based on the location specified in this parameter. This can be an azure region or global
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.