VMwareCollectors interface

Interface representing a VMwareCollectors.

Methods

create(string, string, string, VMwareCollectorsCreateOptionalParams)

Create or Update VMware collector

delete(string, string, string, VMwareCollectorsDeleteOptionalParams)

Delete a VMware collector from the project.

get(string, string, string, VMwareCollectorsGetOptionalParams)

Get a VMware collector.

listByProject(string, string, VMwareCollectorsListByProjectOptionalParams)

Get a list of VMware collector.

Method Details

create(string, string, string, VMwareCollectorsCreateOptionalParams)

Create or Update VMware collector

function create(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsCreateOptionalParams): Promise<VMwareCollectorsCreateResponse>

Parameters

resourceGroupName

string

Name of the Azure Resource Group that project is part of.

projectName

string

Name of the Azure Migrate project.

vmWareCollectorName

string

Unique name of a VMware collector within a project.

options
VMwareCollectorsCreateOptionalParams

The options parameters.

Returns

delete(string, string, string, VMwareCollectorsDeleteOptionalParams)

Delete a VMware collector from the project.

function delete(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsDeleteOptionalParams): Promise<VMwareCollectorsDeleteHeaders>

Parameters

resourceGroupName

string

Name of the Azure Resource Group that project is part of.

projectName

string

Name of the Azure Migrate project.

vmWareCollectorName

string

Unique name of a VMware collector within a project.

options
VMwareCollectorsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, VMwareCollectorsGetOptionalParams)

Get a VMware collector.

function get(resourceGroupName: string, projectName: string, vmWareCollectorName: string, options?: VMwareCollectorsGetOptionalParams): Promise<VMwareCollectorsGetResponse>

Parameters

resourceGroupName

string

Name of the Azure Resource Group that project is part of.

projectName

string

Name of the Azure Migrate project.

vmWareCollectorName

string

Unique name of a VMware collector within a project.

options
VMwareCollectorsGetOptionalParams

The options parameters.

Returns

listByProject(string, string, VMwareCollectorsListByProjectOptionalParams)

Get a list of VMware collector.

function listByProject(resourceGroupName: string, projectName: string, options?: VMwareCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<VMwareCollector, VMwareCollector[], PageSettings>

Parameters

resourceGroupName

string

Name of the Azure Resource Group that project is part of.

projectName

string

Name of the Azure Migrate project.

options
VMwareCollectorsListByProjectOptionalParams

The options parameters.

Returns