Partager via


DeletedServicesOperationsExtensions.BeginPurgeAsync Méthode

Définition

Purge le service de gestion des API (le supprime sans option d’annulation de la suppression).

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract> BeginPurgeAsync (this Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations operations, string serviceName, string location, System.Threading.CancellationToken cancellationToken = default);
static member BeginPurgeAsync : Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>
<Extension()>
Public Function BeginPurgeAsync (operations As IDeletedServicesOperations, serviceName As String, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeletedServiceContract)

Paramètres

operations
IDeletedServicesOperations

Groupe d’opérations pour cette méthode d’extension.

serviceName
String

Nom du service Gestion des API.

location
String

Emplacement du service Gestion des API supprimé.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à