Partilhar 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 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 de 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 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.

Devoluções

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

Devoluções

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

Devoluções

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

Devoluções

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.

Devoluções

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.

Devoluções

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.

Devoluções

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.

Devoluções