Partager via


AttachedNetworks interface

Interface représentant un attachedNetworks.

Méthodes

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

Crée ou met à jour un NetworkConnection attaché.

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

Crée ou met à jour un NetworkConnection attaché.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Désinscrit l’attachement d’un NetworkConnection.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Désinscrit l’attachement d’un NetworkConnection.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtient un NetworkConnection attaché.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtient un NetworkConnection attaché.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Répertorie les NetworkConnections jointes pour un DevCenter.

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Répertorie les NetworkConnections jointes pour un projet.

Détails de la méthode

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

Crée ou met à jour un NetworkConnection attaché.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

devCenterName

string

Nom du devcenter.

attachedNetworkConnectionName

string

Nom du NetworkConnection attaché.

body
AttachedNetworkConnection

Représente un NetworkConnection attaché.

options
AttachedNetworksCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Crée ou met à jour un NetworkConnection attaché.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

devCenterName

string

Nom du devcenter.

attachedNetworkConnectionName

string

Nom du NetworkConnection attaché.

body
AttachedNetworkConnection

Représente un NetworkConnection attaché.

options
AttachedNetworksCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

Désinscrit l’attachement d’un NetworkConnection.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

devCenterName

string

Nom du devcenter.

attachedNetworkConnectionName

string

Nom du NetworkConnection attaché.

options
AttachedNetworksDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

Désinscrit l’attachement d’un NetworkConnection.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

devCenterName

string

Nom du devcenter.

attachedNetworkConnectionName

string

Nom du NetworkConnection attaché.

options
AttachedNetworksDeleteOptionalParams

Paramètres d’options.

Retours

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

Obtient un NetworkConnection attaché.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

devCenterName

string

Nom du devcenter.

attachedNetworkConnectionName

string

Nom du NetworkConnection attaché.

options
AttachedNetworksGetByDevCenterOptionalParams

Paramètres d’options.

Retours

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

Obtient un NetworkConnection attaché.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

projectName

string

Nom du projet.

attachedNetworkConnectionName

string

Nom du NetworkConnection attaché.

options
AttachedNetworksGetByProjectOptionalParams

Paramètres d’options.

Retours

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

Répertorie les NetworkConnections jointes pour un DevCenter.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

devCenterName

string

Nom du devcenter.

options
AttachedNetworksListByDevCenterOptionalParams

Paramètres d’options.

Retours

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

Répertorie les NetworkConnections jointes pour un projet.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

projectName

string

Nom du projet.

options
AttachedNetworksListByProjectOptionalParams

Paramètres d’options.

Retours