AttachedNetworks interface
AttachedNetworks'i temsil eden arabirim.
Yöntemler
Yöntem Ayrıntıları
beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)
Ekli bir NetworkConnection oluşturur veya güncelleştirir.
function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- devCenterName
-
string
Geliştirici merkezinin adı.
- attachedNetworkConnectionName
-
string
Ekli NetworkConnection'ın adı.
Ekli bir NetworkConnection'i temsil eder.
Seçenekler parametreleri.
Döndürülenler
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)
Ekli bir NetworkConnection oluşturur veya güncelleştirir.
function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworkConnection>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- devCenterName
-
string
Geliştirici merkezinin adı.
- attachedNetworkConnectionName
-
string
Ekli NetworkConnection'ın adı.
Ekli bir NetworkConnection'i temsil eder.
Seçenekler parametreleri.
Döndürülenler
Promise<AttachedNetworkConnection>
beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)
Ağ Bağlantısı'nın bağlantısını kaldırın.
function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- devCenterName
-
string
Geliştirici merkezinin adı.
- attachedNetworkConnectionName
-
string
Ekli NetworkConnection'ın adı.
Seçenekler parametreleri.
Döndürülenler
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>
beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)
Ağ Bağlantısı'nın bağlantısını kaldırın.
function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteHeaders>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- devCenterName
-
string
Geliştirici merkezinin adı.
- attachedNetworkConnectionName
-
string
Ekli NetworkConnection'ın adı.
Seçenekler parametreleri.
Döndürülenler
Promise<AttachedNetworksDeleteHeaders>
getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)
Ekli bir NetworkConnection alır.
function getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworkConnection>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- devCenterName
-
string
Geliştirici merkezinin adı.
- attachedNetworkConnectionName
-
string
Ekli NetworkConnection'ın adı.
Seçenekler parametreleri.
Döndürülenler
Promise<AttachedNetworkConnection>
getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)
Ekli bir NetworkConnection alır.
function getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworkConnection>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- projectName
-
string
Projenin adı.
- attachedNetworkConnectionName
-
string
Ekli NetworkConnection'ın adı.
Seçenekler parametreleri.
Döndürülenler
Promise<AttachedNetworkConnection>
listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)
Bir DevCenter için ekli NetworkConnections'ları listeler.
function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- devCenterName
-
string
Geliştirici merkezinin adı.
Seçenekler parametreleri.
Döndürülenler
listByProject(string, string, AttachedNetworksListByProjectOptionalParams)
Bir Proje için ekli NetworkConnections'ları listeler.
function listByProject(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
Parametreler
- resourceGroupName
-
string
Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.
- projectName
-
string
Projenin adı.
Seçenekler parametreleri.