ExpressRouteCircuitConnectionsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert eine Expressroutenverbindung in den angegebenen Expressroutenleitungen.
public static Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection CreateOrUpdate (this Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations operations, string resourceGroupName, string circuitName, string peeringName, string connectionName, Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection expressRouteCircuitConnectionParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations * string * string * string * string * Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection -> Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection
<Extension()>
Public Function CreateOrUpdate (operations As IExpressRouteCircuitConnectionsOperations, resourceGroupName As String, circuitName As String, peeringName As String, connectionName As String, expressRouteCircuitConnectionParameters As ExpressRouteCircuitConnection) As ExpressRouteCircuitConnection
Parameter
- operations
- IExpressRouteCircuitConnectionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- circuitName
- String
Der Name der Expressroutenschaltung.
- peeringName
- String
Der Name des Peerings.
- connectionName
- String
Der Name der Expressroutenverbindung.
- expressRouteCircuitConnectionParameters
- ExpressRouteCircuitConnection
Parameter, die für den Verbindungsvorgang zum Erstellen oder Aktualisieren der Expressroutenverbindung bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET