ExpressRouteConnectionsClient Interface
public interface ExpressRouteConnectionsClient
An instance of this class provides access to all the operations defined in ExpressRouteConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters, Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Deletes a connection to a ExpressRoute circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRouteGatewayName, String connectionName, Context context)
Deletes a connection to a ExpressRoute circuit.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Deletes a connection to a ExpressRoute circuit.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteConnectionInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteConnectionInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters, Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ExpressRouteConnectionInner> createOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Deletes a connection to a ExpressRoute circuit.
Parameters:
delete
public abstract void delete(String resourceGroupName, String expressRouteGatewayName, String connectionName, Context context)
Deletes a connection to a ExpressRoute circuit.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Deletes a connection to a ExpressRoute circuit.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Deletes a connection to a ExpressRoute circuit.
Parameters:
Returns:
get
public abstract ExpressRouteConnectionInner get(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Gets the specified ExpressRouteConnection.
Parameters:
Returns:
getAsync
public abstract Mono<ExpressRouteConnectionInner> getAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Gets the specified ExpressRouteConnection.
Parameters:
Returns:
getWithResponse
public abstract Response<ExpressRouteConnectionInner> getWithResponse(String resourceGroupName, String expressRouteGatewayName, String connectionName, Context context)
Gets the specified ExpressRouteConnection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ExpressRouteConnectionInner>> getWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
Gets the specified ExpressRouteConnection.
Parameters:
Returns:
list
public abstract ExpressRouteConnectionListInner list(String resourceGroupName, String expressRouteGatewayName)
Lists ExpressRouteConnections.
Parameters:
Returns:
listAsync
public abstract Mono<ExpressRouteConnectionListInner> listAsync(String resourceGroupName, String expressRouteGatewayName)
Lists ExpressRouteConnections.
Parameters:
Returns:
listWithResponse
public abstract Response<ExpressRouteConnectionListInner> listWithResponse(String resourceGroupName, String expressRouteGatewayName, Context context)
Lists ExpressRouteConnections.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono<Response<ExpressRouteConnectionListInner>> listWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)
Lists ExpressRouteConnections.
Parameters:
Returns: