public interface ExpressRouteConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters,
com.azure.core.util.Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Deletes a connection to a ExpressRoute circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
com.azure.core.util.Context context)
Deletes a connection to a ExpressRoute circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Deletes a connection to a ExpressRoute circuit.
|
ExpressRouteConnectionInner |
createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
ExpressRouteConnectionInner |
createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters,
com.azure.core.util.Context context)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
Mono<ExpressRouteConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
ExpressRouteConnectionInner putExpressRouteConnectionParameters)
Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.
|
void |
delete(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Deletes a connection to a ExpressRoute circuit.
|
void |
delete(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
com.azure.core.util.Context context)
Deletes a connection to a ExpressRoute circuit.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Deletes a connection to a ExpressRoute circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Deletes a connection to a ExpressRoute circuit.
|
ExpressRouteConnectionInner |
get(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Gets the specified ExpressRouteConnection.
|
Mono<ExpressRouteConnectionInner> |
getAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Gets the specified ExpressRouteConnection.
|
com.azure.core.http.rest.Response<ExpressRouteConnectionInner> |
getWithResponse(String resourceGroupName,
String expressRouteGatewayName,
String connectionName,
com.azure.core.util.Context context)
Gets the specified ExpressRouteConnection.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
String connectionName)
Gets the specified ExpressRouteConnection.
|
ExpressRouteConnectionListInner |
list(String resourceGroupName,
String expressRouteGatewayName)
Lists ExpressRouteConnections.
|
Mono<ExpressRouteConnectionListInner> |
listAsync(String resourceGroupName,
String expressRouteGatewayName)
Lists ExpressRouteConnections.
|
com.azure.core.http.rest.Response<ExpressRouteConnectionListInner> |
listWithResponse(String resourceGroupName,
String expressRouteGatewayName,
com.azure.core.util.Context context)
Lists ExpressRouteConnections.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteConnectionListInner>> |
listWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName)
Lists ExpressRouteConnections.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteConnectionInner>,ExpressRouteConnectionInner> beginCreateOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteConnectionInner> createOrUpdateAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteConnectionInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteConnectionInner createOrUpdate(String resourceGroupName, String expressRouteGatewayName, String connectionName, ExpressRouteConnectionInner putExpressRouteConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.putExpressRouteConnectionParameters - Parameters required in an ExpressRouteConnection PUT operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteConnectionInner>> getWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the ExpressRoute connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteConnectionInner> getAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the ExpressRoute connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteConnectionInner get(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the ExpressRoute connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteConnectionInner> getWithResponse(String resourceGroupName, String expressRouteGatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the ExpressRoute connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRouteGatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String expressRouteGatewayName, String connectionName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String expressRouteGatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.connectionName - The name of the connection subresource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRouteConnectionListInner>> listWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRouteConnectionListInner> listAsync(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRouteConnectionListInner list(String resourceGroupName, String expressRouteGatewayName)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRouteConnectionListInner> listWithResponse(String resourceGroupName, String expressRouteGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRouteGatewayName - The name of the ExpressRoute gateway.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.