次の方法で共有


PrivateStoreCollectionInfoResource.GetPrivateStoreOfferAsync メソッド

定義

特定のオファーに関する情報を取得します。

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}
  • 操作IdPrivateStoreCollectionOffer_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>> GetPrivateStoreOfferAsync (string offerId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateStoreOfferAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>>
override this.GetPrivateStoreOfferAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>>
Public Overridable Function GetPrivateStoreOfferAsync (offerId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreOfferResource))

パラメーター

offerId
String

更新または削除するオファー ID。

cancellationToken
CancellationToken

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

戻り値

例外

offerId は空の文字列であり、空でないと想定されていました。

offerId が null です。

適用対象