MarketplaceApprovalRequestResource.WithdrawPlanAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retirer l’approbation d’une demande d’utilisateur sur un plan spécifique
- Chemin de la requête/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/requestApprovals/{requestApprovalId}/withdrawPlan
- IdPrivateStore_WithdrawPlan d’opération
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)
Paramètres
- content
- WithdrawPlanContent
WithdrawPlanContent à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.