次の方法で共有


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

options
AttachedNetworksCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

options
AttachedNetworksCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

options
AttachedNetworksGetByDevCenterOptionalParams

オプション パラメーター。

戻り値

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

オプション パラメーター。

戻り値

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

DevCenter の接続されている NetworkConnection を一覧表示します。

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

パラメーター

resourceGroupName

string

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

devCenterName

string

デベロッパー センターの名前。

options
AttachedNetworksListByDevCenterOptionalParams

オプション パラメーター。

戻り値

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

projectName

string

プロジェクトの名前。

options
AttachedNetworksListByProjectOptionalParams

オプション パラメーター。

戻り値