Compartir a través de


AttachedNetworks interface

Interfaz que representa un attachedNetworks.

Métodos

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

Crea o actualiza una red conectada NetworkConnection.

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

Crea o actualiza una red conectada NetworkConnection.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desadjunte una redConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desadjunte una redConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtiene una networkConnection conectada.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtiene una networkConnection conectada.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Enumera las conexiones de red conectadas para un DevCenter.

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Enumera las conexiones de red adjuntas para un proyecto.

Detalles del método

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

Crea o actualiza una red conectada NetworkConnection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

devCenterName

string

Nombre del centro de desarrollo.

attachedNetworkConnectionName

string

Nombre del networkConnection asociado.

body
AttachedNetworkConnection

Representa una red conectada NetworkConnection.

options
AttachedNetworksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

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

Crea o actualiza una red conectada NetworkConnection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

devCenterName

string

Nombre del centro de desarrollo.

attachedNetworkConnectionName

string

Nombre del networkConnection asociado.

body
AttachedNetworkConnection

Representa una red conectada NetworkConnection.

options
AttachedNetworksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desadjunte una redConnection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

devCenterName

string

Nombre del centro de desarrollo.

attachedNetworkConnectionName

string

Nombre del networkConnection asociado.

options
AttachedNetworksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desadjunte una redConnection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

devCenterName

string

Nombre del centro de desarrollo.

attachedNetworkConnectionName

string

Nombre del networkConnection asociado.

options
AttachedNetworksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtiene una networkConnection conectada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

devCenterName

string

Nombre del centro de desarrollo.

attachedNetworkConnectionName

string

Nombre del networkConnection asociado.

options
AttachedNetworksGetByDevCenterOptionalParams

Parámetros de opciones.

Devoluciones

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtiene una networkConnection conectada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto.

attachedNetworkConnectionName

string

Nombre del networkConnection asociado.

options
AttachedNetworksGetByProjectOptionalParams

Parámetros de opciones.

Devoluciones

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Enumera las conexiones de red conectadas para un DevCenter.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

devCenterName

string

Nombre del centro de desarrollo.

options
AttachedNetworksListByDevCenterOptionalParams

Parámetros de opciones.

Devoluciones

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Enumera las conexiones de red adjuntas para un proyecto.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto.

options
AttachedNetworksListByProjectOptionalParams

Parámetros de opciones.

Devoluciones