ServerCollectors interface
ServerCollectors'i temsil eden arabirim.
Yöntemler
| create(string, string, string, Server |
Sunucu toplayıcısı oluşturma veya güncelleştirme |
| delete(string, string, string, Server |
Projeden bir Sunucu toplayıcısını silin. |
| get(string, string, string, Server |
Bir Sunucu toplayıcısı alın. |
| list |
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<ServerCollectorsCreateResponse>
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<ServerCollectorsDeleteHeaders>
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<ServerCollectorsGetResponse>
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ı.
Seçenekler parametreleri.