Compartilhar via


AttachedNetworks interface

Interface que representa um AttachedNetworks.

Métodos

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

Cria ou atualiza um NetworkConnection anexado.

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

Cria ou atualiza um NetworkConnection anexado.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe um NetworkConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe um NetworkConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtém um NetworkConnection anexado.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtém um NetworkConnection anexado.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Lista as NetworkConnections anexadas para um DevCenter.

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Lista as NetworkConnections anexadas para um projeto.

Detalhes do método

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

Cria ou atualiza um NetworkConnection anexado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome do NetworkConnection anexado.

body
AttachedNetworkConnection

Representa um NetworkConnection anexado.

options
AttachedNetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Cria ou atualiza um NetworkConnection anexado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome do NetworkConnection anexado.

body
AttachedNetworkConnection

Representa um NetworkConnection anexado.

options
AttachedNetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe um NetworkConnection.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome do NetworkConnection anexado.

options
AttachedNetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe um NetworkConnection.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome do NetworkConnection anexado.

options
AttachedNetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtém um NetworkConnection anexado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome do NetworkConnection anexado.

options
AttachedNetworksGetByDevCenterOptionalParams

Os parâmetros de opções.

Retornos

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtém um NetworkConnection anexado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

attachedNetworkConnectionName

string

O nome do NetworkConnection anexado.

options
AttachedNetworksGetByProjectOptionalParams

Os parâmetros de opções.

Retornos

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Lista as NetworkConnections anexadas para um DevCenter.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

options
AttachedNetworksListByDevCenterOptionalParams

Os parâmetros de opções.

Retornos

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Lista as NetworkConnections anexadas para um projeto.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

options
AttachedNetworksListByProjectOptionalParams

Os parâmetros de opções.

Retornos