次の方法で共有


HciClusterResource.GetOffersAsync(String, CancellationToken) メソッド

定義

HCI クラスターのパブリッシャー間で利用可能なオファーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/offers
  • 操作IdOffers_ListByCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.OfferResource> GetOffersAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOffersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.OfferResource>
override this.GetOffersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.OfferResource>
Public Overridable Function GetOffersAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OfferResource)

パラメーター

expand
String

マーケットプレース オファーに関連する追加フィールドを設定するには、$expand=content,contentVersion を指定します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の OfferResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象