Partilhar via


BestPractices interface

Interface que representa as Melhores Práticas.

Métodos

get(string, BestPracticesGetOptionalParams)

Obter informações sobre as melhores práticas do Automanage

listByTenant(BestPracticesListByTenantOptionalParams)

Obter uma lista das melhores práticas do Automanage

Detalhes de Método

get(string, BestPracticesGetOptionalParams)

Obter informações sobre as melhores práticas do Automanage

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

Parâmetros

bestPracticeName

string

O nome da melhor prática do Automanage.

options
BestPracticesGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<BestPractice>

listByTenant(BestPracticesListByTenantOptionalParams)

Obter uma lista das melhores práticas do Automanage

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

Parâmetros

options
BestPracticesListByTenantOptionalParams

Os parâmetros de opções.

Devoluções