Condividi tramite


DeletedServers interface

Interfaccia che rappresenta un oggetto DeletedServers.

Metodi

beginRecover(string, string, DeletedServersRecoverOptionalParams)

Recupera un server eliminato.

beginRecoverAndWait(string, string, DeletedServersRecoverOptionalParams)

Recupera un server eliminato.

get(string, string, DeletedServersGetOptionalParams)

Ottiene un server eliminato.

list(DeletedServersListOptionalParams)

Ottiene un elenco di tutti i server eliminati in una sottoscrizione.

listByLocation(string, DeletedServersListByLocationOptionalParams)

Ottiene un elenco di server eliminati per un percorso.

Dettagli metodo

beginRecover(string, string, DeletedServersRecoverOptionalParams)

Recupera un server eliminato.

function beginRecover(locationName: string, deletedServerName: string, options?: DeletedServersRecoverOptionalParams): Promise<SimplePollerLike<OperationState<DeletedServer>, DeletedServer>>

Parametri

locationName

string

Nome dell'area in cui si trova la risorsa.

deletedServerName

string

Nome del server eliminato.

options
DeletedServersRecoverOptionalParams

Parametri delle opzioni.

Restituisce

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

beginRecoverAndWait(string, string, DeletedServersRecoverOptionalParams)

Recupera un server eliminato.

function beginRecoverAndWait(locationName: string, deletedServerName: string, options?: DeletedServersRecoverOptionalParams): Promise<DeletedServer>

Parametri

locationName

string

Nome dell'area in cui si trova la risorsa.

deletedServerName

string

Nome del server eliminato.

options
DeletedServersRecoverOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DeletedServer>

get(string, string, DeletedServersGetOptionalParams)

Ottiene un server eliminato.

function get(locationName: string, deletedServerName: string, options?: DeletedServersGetOptionalParams): Promise<DeletedServer>

Parametri

locationName

string

Nome dell'area in cui si trova la risorsa.

deletedServerName

string

Nome del server eliminato.

options
DeletedServersGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DeletedServer>

list(DeletedServersListOptionalParams)

Ottiene un elenco di tutti i server eliminati in una sottoscrizione.

function list(options?: DeletedServersListOptionalParams): PagedAsyncIterableIterator<DeletedServer, DeletedServer[], PageSettings>

Parametri

options
DeletedServersListOptionalParams

Parametri delle opzioni.

Restituisce

listByLocation(string, DeletedServersListByLocationOptionalParams)

Ottiene un elenco di server eliminati per un percorso.

function listByLocation(locationName: string, options?: DeletedServersListByLocationOptionalParams): PagedAsyncIterableIterator<DeletedServer, DeletedServer[], PageSettings>

Parametri

locationName

string

Nome dell'area in cui si trova la risorsa.

options
DeletedServersListByLocationOptionalParams

Parametri delle opzioni.

Restituisce