ExpressRouteCrossConnectionsClient Interface
Implements
public interface ExpressRouteCrossConnectionsClient
extends InnerSupportsGet<ExpressRouteCrossConnectionInner>, InnerSupportsListing<ExpressRouteCrossConnectionInner>
An instance of this class provides access to all the operations defined in ExpressRouteCrossConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
beginListArpTable
public abstract SyncPoller
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListArpTable
public abstract SyncPoller
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListArpTableAsync
public abstract PollerFlux
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListRoutesTable
public abstract SyncPoller
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListRoutesTable
public abstract SyncPoller
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListRoutesTableAsync
public abstract PollerFlux
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListRoutesTableSummary
public abstract SyncPoller
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListRoutesTableSummary
public abstract SyncPoller
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
beginListRoutesTableSummaryAsync
public abstract PollerFlux
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteCrossConnectionInner createOrUpdate(String resourceGroupName, String crossConnectionName, ExpressRouteCrossConnectionInner parameters)
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteCrossConnectionInner createOrUpdate(String resourceGroupName, String crossConnectionName, ExpressRouteCrossConnectionInner parameters, Context context)
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Update the specified ExpressRouteCrossConnection.
Parameters:
Returns:
getByResourceGroup
public abstract ExpressRouteCrossConnectionInner getByResourceGroup(String resourceGroupName, String crossConnectionName)
Gets details about the specified ExpressRouteCrossConnection.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets details about the specified ExpressRouteCrossConnection.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets details about the specified ExpressRouteCrossConnection.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets details about the specified ExpressRouteCrossConnection.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieves all the ExpressRouteCrossConnections in a subscription.
Returns:
list
public abstract PagedIterable
Retrieves all the ExpressRouteCrossConnections in a subscription.
Parameters:
Returns:
listArpTable
public abstract ExpressRouteCircuitsArpTableListResultInner listArpTable(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath)
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listArpTable
public abstract ExpressRouteCircuitsArpTableListResultInner listArpTable(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath, Context context)
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listArpTableAsync
public abstract Mono
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listArpTableWithResponseAsync
public abstract Mono
Gets the currently advertised ARP table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Retrieves all the ExpressRouteCrossConnections in a subscription.
Returns:
listAsync
public abstract PagedFlux
Retrieves all the ExpressRouteCrossConnections in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Retrieves all the ExpressRouteCrossConnections in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Retrieves all the ExpressRouteCrossConnections in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Retrieves all the ExpressRouteCrossConnections in a resource group.
Parameters:
Returns:
listRoutesTable
public abstract ExpressRouteCircuitsRoutesTableListResultInner listRoutesTable(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath)
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTable
public abstract ExpressRouteCircuitsRoutesTableListResultInner listRoutesTable(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath, Context context)
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTableAsync
public abstract Mono
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTableSummary
public abstract ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner listRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath)
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTableSummary
public abstract ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner listRoutesTableSummary(String resourceGroupName, String crossConnectionName, String peeringName, String devicePath, Context context)
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTableSummaryAsync
public abstract Mono
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTableSummaryWithResponseAsync
public abstract Mono
Gets the route table summary associated with the express route cross connection in a resource group.
Parameters:
Returns:
listRoutesTableWithResponseAsync
public abstract Mono
Gets the currently advertised routes table associated with the express route cross connection in a resource group.
Parameters:
Returns:
updateTags
public abstract ExpressRouteCrossConnectionInner updateTags(String resourceGroupName, String crossConnectionName, TagsObject crossConnectionParameters)
Updates an express route cross connection tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates an express route cross connection tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates an express route cross connection tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates an express route cross connection tags.
Parameters:
Returns:
Applies to
Azure SDK for Java