ExpressRouteCircuitsOperationsExtensions Class

Definition

Extension methods for ExpressRouteCircuitsOperations.

public static class ExpressRouteCircuitsOperationsExtensions
type ExpressRouteCircuitsOperationsExtensions = class
Public Module ExpressRouteCircuitsOperationsExtensions
Inheritance
ExpressRouteCircuitsOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IExpressRouteCircuitsOperations, String, String, ExpressRouteCircuitInner, CancellationToken)

Creates or updates an express route circuit.

BeginDeleteAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Deletes the specified express route circuit.

BeginListArpTableAsync(IExpressRouteCircuitsOperations, String, String, String, String, CancellationToken)

Gets the currently advertised ARP table associated with the express route circuit in a resource group.

BeginListRoutesTableAsync(IExpressRouteCircuitsOperations, String, String, String, String, CancellationToken)

Gets the currently advertised routes table associated with the express route circuit in a resource group.

BeginListRoutesTableSummaryAsync(IExpressRouteCircuitsOperations, String, String, String, String, CancellationToken)

Gets the currently advertised routes table summary associated with the express route circuit in a resource group.

CreateOrUpdateAsync(IExpressRouteCircuitsOperations, String, String, ExpressRouteCircuitInner, CancellationToken)

Creates or updates an express route circuit.

DeleteAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Deletes the specified express route circuit.

GetAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Gets information about the specified express route circuit.

GetPeeringStatsAsync(IExpressRouteCircuitsOperations, String, String, String, CancellationToken)

Gets all stats from an express route circuit in a resource group.

GetStatsAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Gets all the stats from an express route circuit in a resource group.

ListAllAsync(IExpressRouteCircuitsOperations, CancellationToken)

Gets all the express route circuits in a subscription.

ListAllNextAsync(IExpressRouteCircuitsOperations, String, CancellationToken)

Gets all the express route circuits in a subscription.

ListArpTableAsync(IExpressRouteCircuitsOperations, String, String, String, String, CancellationToken)

Gets the currently advertised ARP table associated with the express route circuit in a resource group.

ListAsync(IExpressRouteCircuitsOperations, String, CancellationToken)

Gets all the express route circuits in a resource group.

ListNextAsync(IExpressRouteCircuitsOperations, String, CancellationToken)

Gets all the express route circuits in a resource group.

ListRoutesTableAsync(IExpressRouteCircuitsOperations, String, String, String, String, CancellationToken)

Gets the currently advertised routes table associated with the express route circuit in a resource group.

ListRoutesTableSummaryAsync(IExpressRouteCircuitsOperations, String, String, String, String, CancellationToken)

Gets the currently advertised routes table summary associated with the express route circuit in a resource group.

UpdateTagsAsync(IExpressRouteCircuitsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates an express route circuit tags.

Applies to