AttachedNetworksOperations interface
表示附加网络操作的接口。
属性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
创建或更新附加的 NetworkConnection。 |
| delete | 取消附加 NetworkConnection。 |
| get |
获取附加的 NetworkConnection。 |
| get |
获取附加的 NetworkConnection。 |
| list |
列出 DevCenter 的附加 NetworkConnections。 |
| list |
列出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>