Aracılığıyla paylaş


ReservationsExtensions.GetCatalog Yöntem

Tanım

Aşırı Yüklemeler

GetCatalog(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)

Belirtilen Azure aboneliği için RI satın almak için kullanılabilen bölgeleri ve sku'ları alın.

  • İstek Yolu/abonelikler/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • IdGetCatalog İşlemi
GetCatalog(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)

Belirtilen Azure aboneliği için RI satın almak için kullanılabilen bölgeleri ve sku'ları alın.

  • İstek Yolu/abonelikler/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • IdGetCatalog İşlemi

GetCatalog(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)

Belirtilen Azure aboneliği için RI satın almak için kullanılabilen bölgeleri ve sku'ları alın.

  • İstek Yolu/abonelikler/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • IdGetCatalog İşlemi
public static Azure.Pageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog> GetCatalog (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Reservations.Models.SubscriptionResourceGetCatalogOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetCatalog : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Reservations.Models.SubscriptionResourceGetCatalogOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog>
<Extension()>
Public Function GetCatalog (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetCatalogOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ReservationCatalog)

Parametreler

subscriptionResource
SubscriptionResource

SubscriptionResource Yöntemin yürütüleceği örnek.

options
SubscriptionResourceGetCatalogOptions

LRO niteleyicisi ve istek bağlamı parametresi dışında bu yöntemin tüm parametrelerini içeren özellik paketi.

cancellationToken
CancellationToken

Kullanılacak iptal belirteci.

Döndürülenler

Pageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog>

Bu koleksiyonun Azure.ResourceManager.Reservations.Models.ReservationCatalog yinelemesi için birden çok hizmet isteği gerekebilir.

Şunlara uygulanır

GetCatalog(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)

Belirtilen Azure aboneliği için RI satın almak için kullanılabilen bölgeleri ve sku'ları alın.

  • İstek Yolu/abonelikler/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • IdGetCatalog İşlemi
public static Azure.Pageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog> GetCatalog (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 GetCatalog : Azure.ResourceManager.Resources.SubscriptionResource * string * Nullable<Azure.Core.AzureLocation> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog>
<Extension()>
Public Function GetCatalog (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 Pageable(Of ReservationCatalog)

Parametreler

subscriptionResource
SubscriptionResource

SubscriptionResource Yöntemin yürütüleceği örnek.

reservedResourceType
String

Sku'ların sağlanması gereken kaynağın türü.

location
Nullable<AzureLocation>

Sku'ları bu parametrede belirtilen konuma göre filtreler. Bu bir Azure bölgesi veya genel olabilir.

publisherId
String

Üçüncü taraf ürünleri almak için kullanılan yayımcı kimliği.

offerId
String

Üçüncü taraf ürünleri almak için kullanılan teklif kimliği.

planId
String

Üçüncü taraf ürünleri almak için kullanılan plan kimliği.

cancellationToken
CancellationToken

Kullanılacak iptal belirteci.

Döndürülenler

Pageable<Azure.ResourceManager.Reservations.Models.ReservationCatalog>

Bu koleksiyonun Azure.ResourceManager.Reservations.Models.ReservationCatalog yinelemesi için birden çok hizmet isteği gerekebilir.

Şunlara uygulanır