Compartir a través de


AttachedNetworks interface

Interfaz que representa un attachedNetworks.

Métodos

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

Crea o actualiza una networkConnection conectada.

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

Crea o actualiza una networkConnection conectada.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desadjunte una networkConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desadjunte una networkConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtiene un networkConnection conectado.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtiene un networkConnection conectado.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Enumera los NetworkConnections adjuntos 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 networkConnection conectada.

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 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 networkConnection conectada.

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 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 networkConnection.

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 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 networkConnection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre 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 un networkConnection conectado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre 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 un networkConnection conectado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre 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 los NetworkConnections adjuntos 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 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 distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto.

options
AttachedNetworksListByProjectOptionalParams

Parámetros de opciones.

Devoluciones