次の方法で共有


PrivateStoreResource.AcknowledgeOfferNotificationAsync メソッド

定義

オファーの通知を確認する

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

パラメーター

offerId
String

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

content
AcknowledgeOfferNotificationContent

使用する AcknowledgeOfferNotificationContent。

cancellationToken
CancellationToken

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

戻り値

例外

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

offerId が null です。

適用対象