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