Aracılığıyla paylaş


ServerCollectors interface

ServerCollectors'i temsil eden arabirim.

Yöntemler

create(string, string, string, ServerCollectorsCreateOptionalParams)

Sunucu toplayıcısı oluşturma veya güncelleştirme

delete(string, string, string, ServerCollectorsDeleteOptionalParams)

Projeden bir Sunucu toplayıcısını silin.

get(string, string, string, ServerCollectorsGetOptionalParams)

Bir Sunucu toplayıcısı alın.

listByProject(string, string, ServerCollectorsListByProjectOptionalParams)

Sunucu toplayıcısının listesini alın.

Yöntem Ayrıntıları

create(string, string, string, ServerCollectorsCreateOptionalParams)

Sunucu toplayıcısı oluşturma veya güncelleştirme

function create(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsCreateOptionalParams): Promise<ServerCollectorsCreateResponse>

Parametreler

resourceGroupName

string

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

projectName

string

Azure Geçişi projesinin adı.

serverCollectorName

string

Proje içindeki sunucu toplayıcısının benzersiz adı.

options
ServerCollectorsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, ServerCollectorsDeleteOptionalParams)

Projeden bir Sunucu toplayıcısını silin.

function delete(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsDeleteOptionalParams): Promise<ServerCollectorsDeleteHeaders>

Parametreler

resourceGroupName

string

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

projectName

string

Azure Geçişi projesinin adı.

serverCollectorName

string

Proje içindeki sunucu toplayıcısının benzersiz adı.

options
ServerCollectorsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

get(string, string, string, ServerCollectorsGetOptionalParams)

Bir Sunucu toplayıcısı alın.

function get(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsGetOptionalParams): Promise<ServerCollectorsGetResponse>

Parametreler

resourceGroupName

string

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

projectName

string

Azure Geçişi projesinin adı.

serverCollectorName

string

Proje içindeki sunucu toplayıcısının benzersiz adı.

options
ServerCollectorsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByProject(string, string, ServerCollectorsListByProjectOptionalParams)

Sunucu toplayıcısının listesini alın.

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

Parametreler

resourceGroupName

string

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

projectName

string

Azure Geçişi projesinin adı.

options
ServerCollectorsListByProjectOptionalParams

Seçenekler parametreleri.

Döndürülenler