次の方法で共有


PrivateStoreResource.AcknowledgeOfferNotification メソッド

定義

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

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

パラメーター

offerId
String

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

content
AcknowledgeOfferNotificationContent

使用する AcknowledgeOfferNotificationContent。

cancellationToken
CancellationToken

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

戻り値

例外

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

offerId が null です。

適用対象