ImportCollectors interface
Interface representing a ImportCollectors.
Methods
create(string, string, string, Import |
Create or Update Import collector |
delete(string, string, string, Import |
Delete a Import collector from the project. |
get(string, string, string, Import |
Get a Import collector. |
list |
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.
The options parameters.
Returns
Promise<ImportCollectorsCreateResponse>
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.
The options parameters.
Returns
Promise<ImportCollectorsDeleteHeaders>
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.
The options parameters.
Returns
Promise<ImportCollectorsGetResponse>
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.
The options parameters.