HyperVCollectors interface
Interfejs reprezentujący funkcję HyperVCollectors.
Metody
create(string, string, string, Hyper |
Tworzenie lub aktualizowanie modułu zbierającego Hyper-V |
delete(string, string, string, Hyper |
Usuń moduł zbierający Hyper-V z projektu. |
get(string, string, string, Hyper |
Pobierz moduł zbierający Hyper-V. |
list |
Pobierz listę modułów zbierających Hyper-V. |
Szczegóły metody
create(string, string, string, HyperVCollectorsCreateOptionalParams)
Tworzenie lub aktualizowanie modułu zbierającego Hyper-V
function create(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsCreateOptionalParams): Promise<HyperVCollectorsCreateResponse>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure, która jest częścią projektu.
- projectName
-
string
Nazwa projektu usługi Azure Migrate.
- hyperVCollectorName
-
string
Unikatowa nazwa modułu zbierającego Hyper-V w projekcie.
Parametry opcji.
Zwraca
Promise<HyperVCollectorsCreateResponse>
delete(string, string, string, HyperVCollectorsDeleteOptionalParams)
Usuń moduł zbierający Hyper-V z projektu.
function delete(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsDeleteOptionalParams): Promise<HyperVCollectorsDeleteHeaders>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure, która jest częścią projektu.
- projectName
-
string
Nazwa projektu usługi Azure Migrate.
- hyperVCollectorName
-
string
Unikatowa nazwa modułu zbierającego Hyper-V w projekcie.
Parametry opcji.
Zwraca
Promise<HyperVCollectorsDeleteHeaders>
get(string, string, string, HyperVCollectorsGetOptionalParams)
Pobierz moduł zbierający Hyper-V.
function get(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsGetOptionalParams): Promise<HyperVCollectorsGetResponse>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure, która jest częścią projektu.
- projectName
-
string
Nazwa projektu usługi Azure Migrate.
- hyperVCollectorName
-
string
Unikatowa nazwa modułu zbierającego Hyper-V w projekcie.
Parametry opcji.
Zwraca
Promise<HyperVCollectorsGetResponse>
listByProject(string, string, HyperVCollectorsListByProjectOptionalParams)
Pobierz listę modułów zbierających Hyper-V.
function listByProject(resourceGroupName: string, projectName: string, options?: HyperVCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<HyperVCollector, HyperVCollector[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure, która jest częścią projektu.
- projectName
-
string
Nazwa projektu usługi Azure Migrate.
Parametry opcji.