Condividi tramite


BestPracticesVersions interface

Interfaccia che rappresenta un bestPracticesVersions.

Metodi

get(string, string, BestPracticesVersionsGetOptionalParams)

Ottenere informazioni su una versione delle procedure consigliate per la gestione automatica

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Recuperare un elenco di versioni delle procedure consigliate per la gestione automatica

Dettagli metodo

get(string, string, BestPracticesVersionsGetOptionalParams)

Ottenere informazioni su una versione delle procedure consigliate per la gestione automatica

function get(bestPracticeName: string, versionName: string, options?: BestPracticesVersionsGetOptionalParams): Promise<BestPractice>

Parametri

bestPracticeName

string

Nome della procedura consigliata per la gestione automatica.

versionName

string

Nome della versione consigliata per la gestione automatica.

options
BestPracticesVersionsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Recuperare un elenco di versioni delle procedure consigliate per la gestione automatica

function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>

Parametri

bestPracticeName

string

Nome della procedura consigliata per la gestione automatica.

options
BestPracticesVersionsListByTenantOptionalParams

Parametri delle opzioni.

Restituisce