次の方法で共有


MarketplaceApprovalRequestResource.WithdrawPlanAsync メソッド

定義

特定のプランでユーザー要求の承認を取り消す

  • 要求パス/プロバイダー/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

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

戻り値

適用対象