IExpressRouteCircuitsOperations Interface

Definition

ExpressRouteCircuitsOperations operations.

public interface IExpressRouteCircuitsOperations
type IExpressRouteCircuitsOperations = interface
Public Interface IExpressRouteCircuitsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteCircuitInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an express route circuit.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified express route circuit.

BeginListArpTableWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

BeginListRoutesTableSummaryWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

BeginListRoutesTableWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteCircuitInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an express route circuit.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified express route circuit.

GetPeeringStatsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetStatsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about the specified express route circuit.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the express route circuits in a subscription.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets all the express route circuits in a subscription.

ListArpTableWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the express route circuits in a resource group.

ListRoutesTableSummaryWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListRoutesTableWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the express route circuits in a resource group.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates an express route circuit tags.

Extension 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