ExpressRouteCircuitConnectionsClient Interface
public interface ExpressRouteCircuitConnectionsClient
An instance of this class provides access to all the operations defined in ExpressRouteCircuitConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteCircuitConnectionInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteCircuitConnectionInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters, Context context)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String circuitName, String peeringName, String connectionName)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
delete
public abstract void delete(String resourceGroupName, String circuitName, String peeringName, String connectionName, Context context)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
get
public abstract ExpressRouteCircuitConnectionInner get(String resourceGroupName, String circuitName, String peeringName, String connectionName)
Gets the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all global reach connections associated with a private peering in an express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all global reach connections associated with a private peering in an express route circuit.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all global reach connections associated with a private peering in an express route circuit.
Parameters:
Returns:
Applies to
Azure SDK for Java