Compartir a través de


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

Parámetros

operations
IDeletedServicesOperations

Grupo de operaciones para este método de extensión.

serviceName
String

Nombre del servicio API Management.

location
String

Ubicación del servicio API Management eliminado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a