共用方式為


ExpressRouteConnectionCollection.CreateOrUpdate Method

Definition

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • Operation Id: ExpressRouteConnections_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: ExpressRouteConnectionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.ExpressRouteConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string connectionName, Azure.ResourceManager.Network.ExpressRouteConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.ExpressRouteConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.ExpressRouteConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.ExpressRouteConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.ExpressRouteConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, connectionName As String, data As ExpressRouteConnectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ExpressRouteConnectionResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

connectionName
String

The name of the connection subresource.

data
ExpressRouteConnectionData

Parameters required in an ExpressRouteConnection PUT operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

connectionName is an empty string, and was expected to be non-empty.

connectionName or data is null.

Applies to