MarketplaceApprovalRequestResource.WithdrawPlanAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のプランでユーザー要求の承認を取り消す
- 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/requestApprovals/{requestApprovalId}/withdrawPlan
- 操作IdPrivateStore_WithdrawPlan
public virtual System.Threading.Tasks.Task<Azure.Response> WithdrawPlanAsync (Azure.ResourceManager.Marketplace.Models.WithdrawPlanContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member WithdrawPlanAsync : Azure.ResourceManager.Marketplace.Models.WithdrawPlanContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.WithdrawPlanAsync : Azure.ResourceManager.Marketplace.Models.WithdrawPlanContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function WithdrawPlanAsync (Optional content As WithdrawPlanContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
パラメーター
- content
- WithdrawPlanContent
使用する WithdrawPlanContent。
- cancellationToken
- CancellationToken
使用する取り消しトークン。