ExpressRouteCircuitPeeringsOperationsExtensions.BeginCreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates a peering in the specified express route circuits.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeeringsOperations operations, string resourceGroupName, string circuitName, string peeringName, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringInner peeringParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeeringsOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IExpressRouteCircuitPeeringsOperations, resourceGroupName As String, circuitName As String, peeringName As String, peeringParameters As ExpressRouteCircuitPeeringInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteCircuitPeeringInner)
Parameters
- operations
- IExpressRouteCircuitPeeringsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- circuitName
- String
The name of the express route circuit.
- peeringName
- String
The name of the peering.
- peeringParameters
- ExpressRouteCircuitPeeringInner
Parameters supplied to the create or update express route circuit peering operation.
- cancellationToken
- CancellationToken
The cancellation token.