IExpressRouteCrossConnectionsOperations Interface

Definition

ExpressRouteCrossConnectionsOperations operations.

public interface IExpressRouteCrossConnectionsOperations
type IExpressRouteCrossConnectionsOperations = interface
Public Interface IExpressRouteCrossConnectionsOperations

Methods

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

Update the specified ExpressRouteCrossConnection.

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

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

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

Gets the route table summary associated with the express route cross connection 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 cross connection in a resource group.

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

Update the specified ExpressRouteCrossConnection.

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

Gets details about the specified ExpressRouteCrossConnection.

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

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

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

Retrieves all the ExpressRouteCrossConnections in a resource group.

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

Retrieves all the ExpressRouteCrossConnections in a resource group.

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

Retrieves all the ExpressRouteCrossConnections in a subscription.

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

Gets the route table summary associated with the express route cross connection 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 cross connection in a resource group.

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

Retrieves all the ExpressRouteCrossConnections in a subscription.

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

Updates an express route cross connection tags.

Extension Methods

BeginCreateOrUpdate(IExpressRouteCrossConnectionsOperations, String, String, ExpressRouteCrossConnection)

Update the specified ExpressRouteCrossConnection.

BeginCreateOrUpdateAsync(IExpressRouteCrossConnectionsOperations, String, String, ExpressRouteCrossConnection, CancellationToken)

Update the specified ExpressRouteCrossConnection.

BeginListArpTable(IExpressRouteCrossConnectionsOperations, String, String, String, String)

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

BeginListArpTableAsync(IExpressRouteCrossConnectionsOperations, String, String, String, String, CancellationToken)

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

BeginListRoutesTable(IExpressRouteCrossConnectionsOperations, String, String, String, String)

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

BeginListRoutesTableAsync(IExpressRouteCrossConnectionsOperations, String, String, String, String, CancellationToken)

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

BeginListRoutesTableSummary(IExpressRouteCrossConnectionsOperations, String, String, String, String)

Gets the route table summary associated with the express route cross connection in a resource group.

BeginListRoutesTableSummaryAsync(IExpressRouteCrossConnectionsOperations, String, String, String, String, CancellationToken)

Gets the route table summary associated with the express route cross connection in a resource group.

CreateOrUpdate(IExpressRouteCrossConnectionsOperations, String, String, ExpressRouteCrossConnection)

Update the specified ExpressRouteCrossConnection.

CreateOrUpdateAsync(IExpressRouteCrossConnectionsOperations, String, String, ExpressRouteCrossConnection, CancellationToken)

Update the specified ExpressRouteCrossConnection.

Get(IExpressRouteCrossConnectionsOperations, String, String)

Gets details about the specified ExpressRouteCrossConnection.

GetAsync(IExpressRouteCrossConnectionsOperations, String, String, CancellationToken)

Gets details about the specified ExpressRouteCrossConnection.

List(IExpressRouteCrossConnectionsOperations)

Retrieves all the ExpressRouteCrossConnections in a subscription.

ListArpTable(IExpressRouteCrossConnectionsOperations, String, String, String, String)

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

ListArpTableAsync(IExpressRouteCrossConnectionsOperations, String, String, String, String, CancellationToken)

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

ListAsync(IExpressRouteCrossConnectionsOperations, CancellationToken)

Retrieves all the ExpressRouteCrossConnections in a subscription.

ListByResourceGroup(IExpressRouteCrossConnectionsOperations, String)

Retrieves all the ExpressRouteCrossConnections in a resource group.

ListByResourceGroupAsync(IExpressRouteCrossConnectionsOperations, String, CancellationToken)

Retrieves all the ExpressRouteCrossConnections in a resource group.

ListByResourceGroupNext(IExpressRouteCrossConnectionsOperations, String)

Retrieves all the ExpressRouteCrossConnections in a resource group.

ListByResourceGroupNextAsync(IExpressRouteCrossConnectionsOperations, String, CancellationToken)

Retrieves all the ExpressRouteCrossConnections in a resource group.

ListNext(IExpressRouteCrossConnectionsOperations, String)

Retrieves all the ExpressRouteCrossConnections in a subscription.

ListNextAsync(IExpressRouteCrossConnectionsOperations, String, CancellationToken)

Retrieves all the ExpressRouteCrossConnections in a subscription.

ListRoutesTable(IExpressRouteCrossConnectionsOperations, String, String, String, String)

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

ListRoutesTableAsync(IExpressRouteCrossConnectionsOperations, String, String, String, String, CancellationToken)

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

ListRoutesTableSummary(IExpressRouteCrossConnectionsOperations, String, String, String, String)

Gets the route table summary associated with the express route cross connection in a resource group.

ListRoutesTableSummaryAsync(IExpressRouteCrossConnectionsOperations, String, String, String, String, CancellationToken)

Gets the route table summary associated with the express route cross connection in a resource group.

UpdateTags(IExpressRouteCrossConnectionsOperations, String, String, TagsObject)

Updates an express route cross connection tags.

UpdateTagsAsync(IExpressRouteCrossConnectionsOperations, String, String, TagsObject, CancellationToken)

Updates an express route cross connection tags.

Applies to