Condividi tramite


BestPractices interface

Interfaccia che rappresenta un oggetto BestPractices.

Metodi

get(string, BestPracticesGetOptionalParams)

Ottenere informazioni su una procedura consigliata per la gestione automatica

listByTenant(BestPracticesListByTenantOptionalParams)

Recuperare un elenco delle procedure consigliate per la gestione automatica

Dettagli metodo

get(string, BestPracticesGetOptionalParams)

Ottenere informazioni su una procedura consigliata per la gestione automatica

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

Parametri

bestPracticeName

string

Nome della procedura consigliata di gestione automatica.

options
BestPracticesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<BestPractice>

listByTenant(BestPracticesListByTenantOptionalParams)

Recuperare un elenco delle procedure consigliate per la gestione automatica

function listByTenant(options?: BestPracticesListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>

Parametri

options
BestPracticesListByTenantOptionalParams

Parametri delle opzioni.

Restituisce