IExpressRouteCircuitsOperations Interface

Definition

ExpressRouteCircuitsOperations operations.

public interface IExpressRouteCircuitsOperations
type IExpressRouteCircuitsOperations = interface
Public Interface IExpressRouteCircuitsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteCircuit, 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, ExpressRouteCircuit, 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, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates an express route circuit tags.

Extension Methods

BeginCreateOrUpdate(IExpressRouteCircuitsOperations, String, String, ExpressRouteCircuit)

Creates or updates an express route circuit.

BeginCreateOrUpdateAsync(IExpressRouteCircuitsOperations, String, String, ExpressRouteCircuit, CancellationToken)

Creates or updates an express route circuit.

BeginDelete(IExpressRouteCircuitsOperations, String, String)

Deletes the specified express route circuit.

BeginDeleteAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Deletes the specified express route circuit.

BeginListArpTable(IExpressRouteCircuitsOperations, String, String, String, String)

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

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

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

BeginListRoutesTable(IExpressRouteCircuitsOperations, String, String, String, String)

Gets the currently advertised routes 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.

BeginListRoutesTableSummary(IExpressRouteCircuitsOperations, String, String, String, String)

Gets the currently advertised routes table summary 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.

CreateOrUpdate(IExpressRouteCircuitsOperations, String, String, ExpressRouteCircuit)

Creates or updates an express route circuit.

CreateOrUpdateAsync(IExpressRouteCircuitsOperations, String, String, ExpressRouteCircuit, CancellationToken)

Creates or updates an express route circuit.

Delete(IExpressRouteCircuitsOperations, String, String)

Deletes the specified express route circuit.

DeleteAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Deletes the specified express route circuit.

Get(IExpressRouteCircuitsOperations, String, String)

Gets information about the specified express route circuit.

GetAsync(IExpressRouteCircuitsOperations, String, String, CancellationToken)

Gets information about the specified express route circuit.

GetPeeringStats(IExpressRouteCircuitsOperations, String, String, String)

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

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

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

GetStats(IExpressRouteCircuitsOperations, String, String)

Gets all the 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.

List(IExpressRouteCircuitsOperations, String)

Gets all the express route circuits in a resource group.

ListAll(IExpressRouteCircuitsOperations)

Gets all the express route circuits in a subscription.

ListAllAsync(IExpressRouteCircuitsOperations, CancellationToken)

Gets all the express route circuits in a subscription.

ListAllNext(IExpressRouteCircuitsOperations, String)

Gets all the express route circuits in a subscription.

ListAllNextAsync(IExpressRouteCircuitsOperations, String, CancellationToken)

Gets all the express route circuits in a subscription.

ListArpTable(IExpressRouteCircuitsOperations, String, String, String, String)

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

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.

ListNext(IExpressRouteCircuitsOperations, String)

Gets all the express route circuits in a resource group.

ListNextAsync(IExpressRouteCircuitsOperations, String, CancellationToken)

Gets all the express route circuits in a resource group.

ListRoutesTable(IExpressRouteCircuitsOperations, String, String, String, String)

Gets the currently advertised routes table associated with the express route circuit 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.

ListRoutesTableSummary(IExpressRouteCircuitsOperations, String, String, String, String)

Gets the currently advertised routes table summary 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.

UpdateTags(IExpressRouteCircuitsOperations, String, String, TagsObject)

Updates an express route circuit tags.

UpdateTagsAsync(IExpressRouteCircuitsOperations, String, String, TagsObject, CancellationToken)

Updates an express route circuit tags.

Applies to