AttachedNetworks interface
Interface representing a AttachedNetworks.
Methods
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.
Represents an attached NetworkConnection.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
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.
Represents an attached NetworkConnection.
The options parameters.
Returns
Promise<AttachedNetworkConnection>
beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)
Un-attach a NetworkConnection.
function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>
beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)
Un-attach a NetworkConnection.
function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteHeaders>
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.
The options parameters.
Returns
Promise<AttachedNetworksDeleteHeaders>
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.
The options parameters.
Returns
Promise<AttachedNetworkConnection>
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.
The options parameters.
Returns
Promise<AttachedNetworkConnection>
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.
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.
The options parameters.