Aracılığıyla paylaş


HyperVCollectors interface

HyperVCollectors'i temsil eden arabirim.

Yöntemler

create(string, string, string, HyperVCollectorsCreateOptionalParams)

Hyper-V toplayıcı oluşturma veya güncelleştirme

delete(string, string, string, HyperVCollectorsDeleteOptionalParams)

Projeden bir Hyper-V toplayıcısını silin.

get(string, string, string, HyperVCollectorsGetOptionalParams)

bir Hyper-V toplayıcısı edinin.

listByProject(string, string, HyperVCollectorsListByProjectOptionalParams)

Hyper-V toplayıcı listesini alın.

Yöntem Ayrıntıları

create(string, string, string, HyperVCollectorsCreateOptionalParams)

Hyper-V toplayıcı oluşturma veya güncelleştirme

function create(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsCreateOptionalParams): Promise<HyperVCollectorsCreateResponse>

Parametreler

resourceGroupName

string

Projenin parçası olduğu Azure Kaynak Grubunun adı.

projectName

string

Azure Geçişi projesinin adı.

hyperVCollectorName

string

Proje içindeki Hyper-V toplayıcısının benzersiz adı.

options
HyperVCollectorsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, HyperVCollectorsDeleteOptionalParams)

Projeden bir Hyper-V toplayıcısını silin.

function delete(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsDeleteOptionalParams): Promise<HyperVCollectorsDeleteHeaders>

Parametreler

resourceGroupName

string

Projenin parçası olduğu Azure Kaynak Grubunun adı.

projectName

string

Azure Geçişi projesinin adı.

hyperVCollectorName

string

Proje içindeki Hyper-V toplayıcısının benzersiz adı.

options
HyperVCollectorsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

get(string, string, string, HyperVCollectorsGetOptionalParams)

bir Hyper-V toplayıcısı edinin.

function get(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsGetOptionalParams): Promise<HyperVCollectorsGetResponse>

Parametreler

resourceGroupName

string

Projenin parçası olduğu Azure Kaynak Grubunun adı.

projectName

string

Azure Geçişi projesinin adı.

hyperVCollectorName

string

Proje içindeki Hyper-V toplayıcısının benzersiz adı.

options
HyperVCollectorsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByProject(string, string, HyperVCollectorsListByProjectOptionalParams)

Hyper-V toplayıcı listesini alın.

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

Parametreler

resourceGroupName

string

Projenin parçası olduğu Azure Kaynak Grubunun adı.

projectName

string

Azure Geçişi projesinin adı.

options
HyperVCollectorsListByProjectOptionalParams

Seçenekler parametreleri.

Döndürülenler