AttachedNetworks interface
AttachedNetworks を表すインターフェイス。
メソッド
メソッドの詳細
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 を表します。
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 の名前。
接続されている NetworkConnection を表します。
options パラメーター。
戻り値
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 の名前。
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 パラメーター。
戻り値
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 の名前。
options パラメーター。
戻り値
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 の名前。
options パラメーター。
戻り値
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 の名前。
options パラメーター。
戻り値
listByProject(string, string, AttachedNetworksListByProjectOptionalParams)
プロジェクトにアタッチされている NetworkConnections を一覧表示します。
function listByProject(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- projectName
-
string
プロジェクトの名前です。
options パラメーター。