ImportCollectors interface

Interface representing a ImportCollectors.

Methods

create(string, string, string, ImportCollectorsCreateOptionalParams)

Create or Update Import collector

delete(string, string, string, ImportCollectorsDeleteOptionalParams)

Delete a Import collector from the project.

get(string, string, string, ImportCollectorsGetOptionalParams)

Get a Import collector.

listByProject(string, string, ImportCollectorsListByProjectOptionalParams)

Get a list of Import collector.

Method Details

create(string, string, string, ImportCollectorsCreateOptionalParams)

Create or Update Import collector

function create(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsCreateOptionalParams): Promise<ImportCollectorsCreateResponse>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

importCollectorName

string

Unique name of a Import collector within a project.

options
ImportCollectorsCreateOptionalParams

The options parameters.

Returns

delete(string, string, string, ImportCollectorsDeleteOptionalParams)

Delete a Import collector from the project.

function delete(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsDeleteOptionalParams): Promise<ImportCollectorsDeleteHeaders>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

importCollectorName

string

Unique name of a Import collector within a project.

options
ImportCollectorsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, ImportCollectorsGetOptionalParams)

Get a Import collector.

function get(resourceGroupName: string, projectName: string, importCollectorName: string, options?: ImportCollectorsGetOptionalParams): Promise<ImportCollectorsGetResponse>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

importCollectorName

string

Unique name of a Import collector within a project.

options
ImportCollectorsGetOptionalParams

The options parameters.

Returns

listByProject(string, string, ImportCollectorsListByProjectOptionalParams)

Get a list of Import collector.

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

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

options
ImportCollectorsListByProjectOptionalParams

The options parameters.

Returns