VMwareCollectors interface
Interface representing a VMwareCollectors.
Methods
create(string, string, string, VMware |
Create or Update VMware collector |
delete(string, string, string, VMware |
Delete a VMware collector from the project. |
get(string, string, string, VMware |
Get a VMware collector. |
list |
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.
The options parameters.
Returns
Promise<VMwareCollectorsCreateResponse>
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.
The options parameters.
Returns
Promise<VMwareCollectorsDeleteHeaders>
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.
The options parameters.
Returns
Promise<VMwareCollectorsGetResponse>
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.
The options parameters.