Partager via


IExpressRouteConnectionsOperations.CreateOrUpdateWithHttpMessagesAsync Méthode

Définition

Crée une connexion entre une passerelle ExpressRoute et un circuit ExpressRoute.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string expressRouteGatewayName, string connectionName, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner putExpressRouteConnectionParameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, expressRouteGatewayName As String, connectionName As String, putExpressRouteConnectionParameters As ExpressRouteConnectionInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ExpressRouteConnectionInner))

Paramètres

resourceGroupName
String

Nom du groupe de ressources.

expressRouteGatewayName
String

Nom de la passerelle ExpressRoute.

connectionName
String

Nom de la sous-ressource de connexion.

putExpressRouteConnectionParameters
ExpressRouteConnectionInner

Paramètres requis dans une opération PUT ExpressRouteConnection.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsque la réponse ne peut pas être désérialisée

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à