次の方法で共有


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 を表します。

options
AttachedNetworksCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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 を表します。

options
AttachedNetworksCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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 の名前。

options
AttachedNetworksGetByDevCenterOptionalParams

options パラメーター。

戻り値

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 の名前。

options
AttachedNetworksGetByProjectOptionalParams

options パラメーター。

戻り値

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

DevCenter にアタッチされている NetworkConnections を一覧表示します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

devCenterName

string

devcenter の名前。

options
AttachedNetworksListByDevCenterOptionalParams

options パラメーター。

戻り値

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

プロジェクトにアタッチされている NetworkConnections を一覧表示します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

projectName

string

プロジェクトの名前です。

options
AttachedNetworksListByProjectOptionalParams

options パラメーター。

戻り値