HypervCollectorsOperations interface

Interface que representa um HypervCollectorsOperations.

Métodos

beginCreate(string, string, string, HypervCollector, HypervCollectorsOperationsCreateOptionalParams)

Criar um HypervCollector

beginCreateAndWait(string, string, string, HypervCollector, HypervCollectorsOperationsCreateOptionalParams)

Criar um HypervCollector

delete(string, string, string, HypervCollectorsOperationsDeleteOptionalParams)

Excluir um HypervCollector

get(string, string, string, HypervCollectorsOperationsGetOptionalParams)

Obtenha um HypervCollector

listByAssessmentProject(string, string, HypervCollectorsOperationsListByAssessmentProjectOptionalParams)

Listar recursos do HypervCollector por AssessmentProject

Detalhes de Método

beginCreate(string, string, string, HypervCollector, HypervCollectorsOperationsCreateOptionalParams)

Criar um HypervCollector

function beginCreate(resourceGroupName: string, projectName: string, hypervCollectorName: string, resource: HypervCollector, options?: HypervCollectorsOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<HypervCollector>, HypervCollector>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

Nome do projeto de avaliação

hypervCollectorName

string

Hyper-V nome ARM do coletor

resource
HypervCollector

Parâmetros de criação de recursos.

options
HypervCollectorsOperationsCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginCreateAndWait(string, string, string, HypervCollector, HypervCollectorsOperationsCreateOptionalParams)

Criar um HypervCollector

function beginCreateAndWait(resourceGroupName: string, projectName: string, hypervCollectorName: string, resource: HypervCollector, options?: HypervCollectorsOperationsCreateOptionalParams): Promise<HypervCollector>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

Nome do projeto de avaliação

hypervCollectorName

string

Hyper-V nome ARM do coletor

resource
HypervCollector

Parâmetros de criação de recursos.

options
HypervCollectorsOperationsCreateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<HypervCollector>

delete(string, string, string, HypervCollectorsOperationsDeleteOptionalParams)

Excluir um HypervCollector

function delete(resourceGroupName: string, projectName: string, hypervCollectorName: string, options?: HypervCollectorsOperationsDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

Nome do projeto de avaliação

hypervCollectorName

string

Hyper-V nome ARM do coletor

options
HypervCollectorsOperationsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, HypervCollectorsOperationsGetOptionalParams)

Obtenha um HypervCollector

function get(resourceGroupName: string, projectName: string, hypervCollectorName: string, options?: HypervCollectorsOperationsGetOptionalParams): Promise<HypervCollector>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

Nome do projeto de avaliação

hypervCollectorName

string

Hyper-V nome ARM do coletor

options
HypervCollectorsOperationsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<HypervCollector>

listByAssessmentProject(string, string, HypervCollectorsOperationsListByAssessmentProjectOptionalParams)

Listar recursos do HypervCollector por AssessmentProject

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: HypervCollectorsOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<HypervCollector, HypervCollector[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

Nome do projeto de avaliação

Devoluções