共用方式為


AttachedNetworks interface

代表 AttachedNetworks 的介面。

方法

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

建立或更新連結的 NetworkConnection。

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

建立或更新連結的 NetworkConnection。

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

取消連結 NetworkConnection。

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

取消連結 NetworkConnection。

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

取得連接的 NetworkConnection。

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

取得連接的 NetworkConnection。

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

列出 DevCenter 的附加 NetworkConnections。

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

列出專案的附加 NetworkConnections。

方法詳細資料

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

建立或更新連結的 NetworkConnection。

function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

devCenterName

string

devcenter 的名稱。

attachedNetworkConnectionName

string

連結的 NetworkConnection 名稱。

body
AttachedNetworkConnection

代表連接的 NetworkConnection。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

建立或更新連結的 NetworkConnection。

function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworkConnection>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

devCenterName

string

devcenter 的名稱。

attachedNetworkConnectionName

string

連結的 NetworkConnection 名稱。

body
AttachedNetworkConnection

代表連接的 NetworkConnection。

傳回

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

取消連結 NetworkConnection。

function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

devCenterName

string

devcenter 的名稱。

attachedNetworkConnectionName

string

連結的 NetworkConnection 名稱。

options
AttachedNetworksDeleteOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

取消連結 NetworkConnection。

function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteHeaders>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

devCenterName

string

devcenter 的名稱。

attachedNetworkConnectionName

string

連結的 NetworkConnection 名稱。

options
AttachedNetworksDeleteOptionalParams

選項參數。

傳回

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

取得連接的 NetworkConnection。

function getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworkConnection>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

devCenterName

string

devcenter 的名稱。

attachedNetworkConnectionName

string

連結的 NetworkConnection 名稱。

傳回

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

取得連接的 NetworkConnection。

function getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworkConnection>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

projectName

string

專案的名稱。

attachedNetworkConnectionName

string

連結的 NetworkConnection 名稱。

傳回

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

列出 DevCenter 的附加 NetworkConnections。

function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

devCenterName

string

devcenter 的名稱。

傳回

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

列出專案的附加 NetworkConnections。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

projectName

string

專案的名稱。

傳回