public interface ExpressRouteCircuitConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitConnectionInner>,ExpressRouteCircuitConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitConnectionInner>,ExpressRouteCircuitConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters,
com.azure.core.util.Context context)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitConnectionInner>,ExpressRouteCircuitConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
com.azure.core.util.Context context)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
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.
|
ExpressRouteCircuitConnectionInner |
createOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters,
com.azure.core.util.Context context)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
|
Mono<ExpressRouteCircuitConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
Creates or updates a Express Route Circuit Connection in the specified express route circuits.
|
void |
delete(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
void |
delete(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
com.azure.core.util.Context context)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Deletes the specified Express Route Circuit Connection from the specified express route circuit.
|
ExpressRouteCircuitConnectionInner |
get(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Gets the specified Express Route Circuit Connection from the specified express route circuit.
|
Mono<ExpressRouteCircuitConnectionInner> |
getAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Gets the specified Express Route Circuit Connection from the specified express route circuit.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitConnectionInner> |
getWithResponse(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
com.azure.core.util.Context context)
Gets the specified Express Route Circuit Connection from the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Gets the specified Express Route Circuit Connection from the specified express route circuit.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitConnectionInner> |
list(String resourceGroupName,
String circuitName,
String peeringName)
Gets all global reach connections associated with a private peering in an express route circuit.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitConnectionInner> |
list(String resourceGroupName,
String circuitName,
String peeringName,
com.azure.core.util.Context context)
Gets all global reach connections associated with a private peering in an express route circuit.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitConnectionInner> |
listAsync(String resourceGroupName,
String circuitName,
String peeringName)
Gets all global reach connections associated with a private peering in an express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String peeringName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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<Void> deleteAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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.void delete(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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.void delete(String resourceGroupName, String circuitName, String peeringName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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<ExpressRouteCircuitConnectionInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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<ExpressRouteCircuitConnectionInner> getAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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.ExpressRouteCircuitConnectionInner get(String resourceGroupName, String circuitName, String peeringName, String connectionName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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<ExpressRouteCircuitConnectionInner> getWithResponse(String resourceGroupName, String circuitName, String peeringName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit 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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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<ExpressRouteCircuitConnectionInner>,ExpressRouteCircuitConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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<ExpressRouteCircuitConnectionInner>,ExpressRouteCircuitConnectionInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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<ExpressRouteCircuitConnectionInner>,ExpressRouteCircuitConnectionInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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<ExpressRouteCircuitConnectionInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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.ExpressRouteCircuitConnectionInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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.ExpressRouteCircuitConnectionInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, String connectionName, ExpressRouteCircuitConnectionInner expressRouteCircuitConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.connectionName - The name of the express route circuit connection.expressRouteCircuitConnectionParameters - Express Route Circuit Connection in an ExpressRouteCircuitPeering
resource.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.com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitConnectionInner> listAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.peeringName - The name of the peering.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.PagedIterable<ExpressRouteCircuitConnectionInner> list(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.peeringName - The name of the peering.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.PagedIterable<ExpressRouteCircuitConnectionInner> list(String resourceGroupName, String circuitName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.peeringName - The name of the peering.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 © 2020 Microsoft Corporation. All rights reserved.