AttachedNetworks interface
代表 AttachedNetworks 的介面。
方法
begin |
建立或更新連結的 NetworkConnection。 |
begin |
建立或更新連結的 NetworkConnection。 |
begin |
取消連結 NetworkConnection。 |
begin |
取消連結 NetworkConnection。 |
get |
取得連接的 NetworkConnection。 |
get |
取得連接的 NetworkConnection。 |
list |
列出 DevCenter 的附加 NetworkConnections。 |
list |
列出專案的附加 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 名稱。
代表連接的 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 名稱。
代表連接的 NetworkConnection。
選項參數。
傳回
Promise<AttachedNetworkConnection>
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 名稱。
選項參數。
傳回
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 名稱。
選項參數。
傳回
Promise<AttachedNetworksDeleteHeaders>
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 名稱。
選項參數。
傳回
Promise<AttachedNetworkConnection>
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 名稱。
選項參數。
傳回
Promise<AttachedNetworkConnection>
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
專案的名稱。
選項參數。