HypervCollectorsOperations interface

Interfaz que representa HypervCollectorsOperations.

Métodos

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

Creación de un HypervCollector

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

Creación de un HypervCollector

delete(string, string, string, HypervCollectorsOperationsDeleteOptionalParams)

Eliminar un HypervCollector

get(string, string, string, HypervCollectorsOperationsGetOptionalParams)

Obtener un HypervCollector

listByAssessmentProject(string, string, HypervCollectorsOperationsListByAssessmentProjectOptionalParams)

Enumerar recursos de HypervCollector por AssessmentProject

Detalles del método

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

Creación de un HypervCollector

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

hypervCollectorName

string

Hyper-V nombre de ARM del recopilador

resource
HypervCollector

Parámetros de creación de recursos.

options
HypervCollectorsOperationsCreateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Creación de un HypervCollector

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

hypervCollectorName

string

Hyper-V nombre de ARM del recopilador

resource
HypervCollector

Parámetros de creación de recursos.

options
HypervCollectorsOperationsCreateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<HypervCollector>

delete(string, string, string, HypervCollectorsOperationsDeleteOptionalParams)

Eliminar un HypervCollector

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

hypervCollectorName

string

Hyper-V nombre de ARM del recopilador

options
HypervCollectorsOperationsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, HypervCollectorsOperationsGetOptionalParams)

Obtener un HypervCollector

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

hypervCollectorName

string

Hyper-V nombre de ARM del recopilador

options
HypervCollectorsOperationsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<HypervCollector>

listByAssessmentProject(string, string, HypervCollectorsOperationsListByAssessmentProjectOptionalParams)

Enumerar recursos de HypervCollector por AssessmentProject

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

Devoluciones