Compartir a través de


DeletedServicesOperationsExtensions.BeginPurgeAsync Método

Definición

Purga el servicio Api Management (lo elimina sin opción para recuperar).

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)

Parámetros

operations
IDeletedServicesOperations

El grupo de operaciones de este método de extensión.

serviceName
String

Nombre del servicio API Management.

location
String

Ubicación del servicio de API Management eliminado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a