ServerCollectorsOperations interface

Interface que representa um ServerCollectorsOperations.

Métodos

beginCreate(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

Criar um ServerCollector

beginCreateAndWait(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

Criar um ServerCollector

delete(string, string, string, ServerCollectorsOperationsDeleteOptionalParams)

Excluir um ServerCollector

get(string, string, string, ServerCollectorsOperationsGetOptionalParams)

Obter um ServerCollector

listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)

Listar recursos ServerCollector por AssessmentProject

Detalhes de Método

beginCreate(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

Criar um ServerCollector

function beginCreate(resourceGroupName: string, projectName: string, serverCollectorName: string, resource: ServerCollector, options?: ServerCollectorsOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServerCollector>, ServerCollector>>

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

serverCollectorName

string

Nome ARM do coletor de servidor físico

resource
ServerCollector

Parâmetros de criação de recursos.

options
ServerCollectorsOperationsCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginCreateAndWait(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

Criar um ServerCollector

function beginCreateAndWait(resourceGroupName: string, projectName: string, serverCollectorName: string, resource: ServerCollector, options?: ServerCollectorsOperationsCreateOptionalParams): Promise<ServerCollector>

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

serverCollectorName

string

Nome ARM do coletor de servidor físico

resource
ServerCollector

Parâmetros de criação de recursos.

options
ServerCollectorsOperationsCreateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<ServerCollector>

delete(string, string, string, ServerCollectorsOperationsDeleteOptionalParams)

Excluir um ServerCollector

function delete(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsOperationsDeleteOptionalParams): 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

serverCollectorName

string

Nome ARM do coletor de servidor físico

options
ServerCollectorsOperationsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, ServerCollectorsOperationsGetOptionalParams)

Obter um ServerCollector

function get(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsOperationsGetOptionalParams): Promise<ServerCollector>

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

serverCollectorName

string

Nome ARM do coletor de servidor físico

options
ServerCollectorsOperationsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<ServerCollector>

listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)

Listar recursos ServerCollector por AssessmentProject

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: ServerCollectorsOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<ServerCollector, ServerCollector[], 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