你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 的附加 NetworkConnection。

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

列出项目的附加 NetworkConnection。

方法详细信息

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

开发中心的名称。

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

开发中心的名称。

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

开发中心的名称。

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

开发中心的名称。

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

开发中心的名称。

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 的附加 NetworkConnection。

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

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

devCenterName

string

开发中心的名称。

返回

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

列出项目的附加 NetworkConnection。

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

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

projectName

string

项目的名称。

返回