ExpressRouteCrossConnectionPeeringsOperationsExtensions.BeginCreateOrUpdate Method

Definition

Creates or updates a peering in the specified ExpressRouteCrossConnection.

public static Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionPeering BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations operations, string resourceGroupName, string crossConnectionName, string peeringName, Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionPeering peeringParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionPeering -> Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionPeering
<Extension()>
Public Function BeginCreateOrUpdate (operations As IExpressRouteCrossConnectionPeeringsOperations, resourceGroupName As String, crossConnectionName As String, peeringName As String, peeringParameters As ExpressRouteCrossConnectionPeering) As ExpressRouteCrossConnectionPeering

Parameters

operations
IExpressRouteCrossConnectionPeeringsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

crossConnectionName
String

The name of the ExpressRouteCrossConnection.

peeringName
String

The name of the peering.

peeringParameters
ExpressRouteCrossConnectionPeering

Parameters supplied to the create or update ExpressRouteCrossConnection peering operation.

Returns

Applies to