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

AttachedNetworksOperations interface

表示附加网络操作的接口。

属性

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

创建或更新附加的 NetworkConnection。

delete

取消附加 NetworkConnection。

getByDevCenter

获取附加的 NetworkConnection。

getByProject

获取附加的 NetworkConnection。

listByDevCenter

列出 DevCenter 的附加 NetworkConnections。

listByProject

列出Project的附加 NetworkConnections。

属性详细信息

beginCreateOrUpdate

警告

现已弃用此 API。

use createOrUpdate instead

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

属性值

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

beginCreateOrUpdateAndWait

警告

现已弃用此 API。

use createOrUpdate instead

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

属性值

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

beginDelete

警告

现已弃用此 API。

use delete instead

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

属性值

(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

现已弃用此 API。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<void>

属性值

(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<void>

createOrUpdate

创建或更新附加的 NetworkConnection。

createOrUpdate: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>

属性值

(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>

delete

取消附加 NetworkConnection。

delete: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

getByDevCenter

获取附加的 NetworkConnection。

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

属性值

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

getByProject

获取附加的 NetworkConnection。

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

属性值

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

listByDevCenter

列出 DevCenter 的附加 NetworkConnections。

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

属性值

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

listByProject

列出Project的附加 NetworkConnections。

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

属性值

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