PrivateStoreResource.AcknowledgeOfferNotificationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オファーの通知を確認する
- 要求パス/プロバイダー/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。
使用する AcknowledgeOfferNotificationContent。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
offerId
は空の文字列であり、空でないと想定されていました。
offerId
が null です。