DeletedServices interface

Interfaz que representa un objeto DeletedServices.

Métodos

beginPurge(string, string, DeletedServicesPurgeOptionalParams)

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

beginPurgeAndWait(string, string, DeletedServicesPurgeOptionalParams)

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

getByName(string, string, DeletedServicesGetByNameOptionalParams)

Obtenga el servicio Api Management eliminado temporalmente por nombre.

listBySubscription(DeletedServicesListBySubscriptionOptionalParams)

Enumera todos los servicios eliminados temporalmente disponibles para recuperar la suscripción especificada.

Detalles del método

beginPurge(string, string, DeletedServicesPurgeOptionalParams)

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

function beginPurge(serviceName: string, location: string, options?: DeletedServicesPurgeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

serviceName

string

Nombre del servicio API Management.

location

string

Ubicación del servicio API Management eliminado.

options
DeletedServicesPurgeOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginPurgeAndWait(string, string, DeletedServicesPurgeOptionalParams)

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

function beginPurgeAndWait(serviceName: string, location: string, options?: DeletedServicesPurgeOptionalParams): Promise<void>

Parámetros

serviceName

string

Nombre del servicio API Management.

location

string

Ubicación del servicio API Management eliminado.

options
DeletedServicesPurgeOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

getByName(string, string, DeletedServicesGetByNameOptionalParams)

Obtenga el servicio Api Management eliminado temporalmente por nombre.

function getByName(serviceName: string, location: string, options?: DeletedServicesGetByNameOptionalParams): Promise<DeletedServiceContract>

Parámetros

serviceName

string

Nombre del servicio API Management.

location

string

Ubicación del servicio API Management eliminado.

options
DeletedServicesGetByNameOptionalParams

Parámetros de opciones.

Devoluciones

listBySubscription(DeletedServicesListBySubscriptionOptionalParams)

Enumera todos los servicios eliminados temporalmente disponibles para recuperar la suscripción especificada.

function listBySubscription(options?: DeletedServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DeletedServiceContract, DeletedServiceContract[], PageSettings>

Parámetros

options
DeletedServicesListBySubscriptionOptionalParams

Parámetros de opciones.

Devoluciones