Leggere in inglese

Condividi tramite


DeletedServices interface

Interfaccia che rappresenta un oggetto DeletedServices.

Metodi

beginPurge(string, string, DeletedServicesPurgeOptionalParams)

Elimina il servizio Gestione API (lo elimina senza alcuna opzione per annullare l'eliminazione).

beginPurgeAndWait(string, string, DeletedServicesPurgeOptionalParams)

Elimina il servizio Gestione API (lo elimina senza alcuna opzione per annullare l'eliminazione).

getByName(string, string, DeletedServicesGetByNameOptionalParams)

Ottenere il servizio Gestione API eliminato leggero in base al nome.

listBySubscription(DeletedServicesListBySubscriptionOptionalParams)

Elenca tutti i servizi eliminati soft-delete disponibili per annullare l'eliminazione per la sottoscrizione specificata.

Dettagli metodo

beginPurge(string, string, DeletedServicesPurgeOptionalParams)

Elimina il servizio Gestione API (lo elimina senza alcuna opzione per annullare l'eliminazione).

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

Parametri

serviceName

string

Nome del servizio Gestione API.

location

string

Percorso del servizio Gestione API eliminato.

options
DeletedServicesPurgeOptionalParams

Parametri delle opzioni.

Restituisce

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

beginPurgeAndWait(string, string, DeletedServicesPurgeOptionalParams)

Elimina il servizio Gestione API (lo elimina senza alcuna opzione per annullare l'eliminazione).

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

Parametri

serviceName

string

Nome del servizio Gestione API.

location

string

Percorso del servizio Gestione API eliminato.

options
DeletedServicesPurgeOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

getByName(string, string, DeletedServicesGetByNameOptionalParams)

Ottenere il servizio Gestione API eliminato leggero in base al nome.

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

Parametri

serviceName

string

Nome del servizio Gestione API.

location

string

Percorso del servizio Gestione API eliminato.

options
DeletedServicesGetByNameOptionalParams

Parametri delle opzioni.

Restituisce

listBySubscription(DeletedServicesListBySubscriptionOptionalParams)

Elenca tutti i servizi eliminati soft-delete disponibili per annullare l'eliminazione per la sottoscrizione specificata.

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

Parametri

options
DeletedServicesListBySubscriptionOptionalParams

Parametri delle opzioni.

Restituisce