AttachedNetworks interface

Interface representing a AttachedNetworks.

Methods

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached NetworkConnection.

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached NetworkConnection.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Un-attach a NetworkConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Un-attach a NetworkConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Gets an attached NetworkConnection.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Gets an attached NetworkConnection.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Lists the attached NetworkConnections for a DevCenter.

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Lists the attached NetworkConnections for a Project.

Method Details

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached NetworkConnection.

function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

attachedNetworkConnectionName

string

The name of the attached NetworkConnection.

body
AttachedNetworkConnection

Represents an attached NetworkConnection.

options
AttachedNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

Creates or updates an attached NetworkConnection.

function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworkConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

attachedNetworkConnectionName

string

The name of the attached NetworkConnection.

body
AttachedNetworkConnection

Represents an attached NetworkConnection.

options
AttachedNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Un-attach a NetworkConnection.

function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

attachedNetworkConnectionName

string

The name of the attached NetworkConnection.

options
AttachedNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Un-attach a NetworkConnection.

function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

attachedNetworkConnectionName

string

The name of the attached NetworkConnection.

options
AttachedNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<void>

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Gets an attached NetworkConnection.

function getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworkConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

attachedNetworkConnectionName

string

The name of the attached NetworkConnection.

options
AttachedNetworksGetByDevCenterOptionalParams

The options parameters.

Returns

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Gets an attached NetworkConnection.

function getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworkConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

projectName

string

The name of the project.

attachedNetworkConnectionName

string

The name of the attached NetworkConnection.

options
AttachedNetworksGetByProjectOptionalParams

The options parameters.

Returns

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Lists the attached NetworkConnections for a DevCenter.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

options
AttachedNetworksListByDevCenterOptionalParams

The options parameters.

Returns

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Lists the attached NetworkConnections for a Project.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

projectName

string

The name of the project.

options
AttachedNetworksListByProjectOptionalParams

The options parameters.

Returns