Compartilhar via


AttachedNetworks interface

Interface que representa um AttachedNetworks.

Métodos

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

Cria ou atualiza uma NetworkConnection anexada.

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

Cria ou atualiza uma NetworkConnection anexada.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe uma NetworkConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe uma NetworkConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtém uma NetworkConnection anexada.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtém uma NetworkConnection anexada.

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 uma NetworkConnection anexada.

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 diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome da NetworkConnection anexada.

body
AttachedNetworkConnection

Representa uma NetworkConnection anexada.

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 uma NetworkConnection anexada.

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 diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome da NetworkConnection anexada.

body
AttachedNetworkConnection

Representa uma NetworkConnection anexada.

options
AttachedNetworksCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe uma 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 diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome da NetworkConnection anexada.

options
AttachedNetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Desanexe uma 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 diferencia maiúsculas de minúsculas.

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome da NetworkConnection anexada.

options
AttachedNetworksDeleteOptionalParams

Os parâmetros de opções.

Retornos

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtém uma NetworkConnection anexada.

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

Parâmetros

resourceGroupName

string

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

devCenterName

string

O nome do devcenter.

attachedNetworkConnectionName

string

O nome da NetworkConnection anexada.

options
AttachedNetworksGetByDevCenterOptionalParams

Os parâmetros de opções.

Retornos

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtém uma NetworkConnection anexada.

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

Parâmetros

resourceGroupName

string

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

projectName

string

O nome do projeto.

attachedNetworkConnectionName

string

O nome da NetworkConnection anexada.

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 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 diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

options
AttachedNetworksListByProjectOptionalParams

Os parâmetros de opções.

Retornos