Compartilhar via


BestPracticesVersions interface

Interface que representa um BestPracticesVersions.

Métodos

get(string, string, BestPracticesVersionsGetOptionalParams)

Obter informações sobre uma versão de práticas recomendadas do Gerenciamento Automatizado

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Recuperar uma lista de versões de práticas recomendadas de Gerenciamento Automatizado

Detalhes do método

get(string, string, BestPracticesVersionsGetOptionalParams)

Obter informações sobre uma versão de práticas recomendadas do Gerenciamento Automatizado

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

Parâmetros

bestPracticeName

string

O nome da melhor prática de Gerenciamento Automatizado.

versionName

string

O nome da versão de prática recomendada do Gerenciamento Automatizado.

options
BestPracticesVersionsGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Recuperar uma lista de versões de práticas recomendadas de Gerenciamento Automatizado

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

Parâmetros

bestPracticeName

string

O nome da melhor prática de Gerenciamento Automatizado.

options
BestPracticesVersionsListByTenantOptionalParams

Os parâmetros de opções.

Retornos