AttachedNetworks interface
Interface représentant un attachedNetworks.
Méthodes
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é.
Représente un NetworkConnection attaché.
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é.
Représente un NetworkConnection attaché.
Paramètres d’options.
Retours
Promise<AttachedNetworkConnection>
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é.
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é.
Paramètres d’options.
Retours
Promise<AttachedNetworksDeleteHeaders>
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é.
Paramètres d’options.
Retours
Promise<AttachedNetworkConnection>
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é.
Paramètres d’options.
Retours
Promise<AttachedNetworkConnection>
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.
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.
Paramètres d’options.