Freigeben über


HciSkuCollection.GetAllAsync(String, CancellationToken) Methode

Definition

Liste der verfügbaren Skus für ein Angebot innerhalb des HCI-Clusters auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}/skus
  • Vorgangs-IdSkus_ListByOffer
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.HciSkuResource> GetAllAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.HciSkuResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.HciSkuResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HciSkuResource)

Parameter

expand
String

Geben Sie $expand=content,contentVersion an, um zusätzliche Felder im Zusammenhang mit dem Marketplace-Angebot aufzufüllen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von HciSkuResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: