public interface PeerExpressRouteCircuitConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
PeerExpressRouteCircuitConnectionInner |
get(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
|
Mono<PeerExpressRouteCircuitConnectionInner> |
getAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
|
com.azure.core.http.rest.Response<PeerExpressRouteCircuitConnectionInner> |
getWithResponse(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName,
com.azure.core.util.Context context)
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<PeerExpressRouteCircuitConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
String connectionName)
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
|
com.azure.core.http.rest.PagedIterable<PeerExpressRouteCircuitConnectionInner> |
list(String resourceGroupName,
String circuitName,
String peeringName)
Gets all global reach peer connections associated with a private peering in an express route circuit.
|
com.azure.core.http.rest.PagedIterable<PeerExpressRouteCircuitConnectionInner> |
list(String resourceGroupName,
String circuitName,
String peeringName,
com.azure.core.util.Context context)
Gets all global reach peer connections associated with a private peering in an express route circuit.
|
com.azure.core.http.rest.PagedFlux<PeerExpressRouteCircuitConnectionInner> |
listAsync(String resourceGroupName,
String circuitName,
String peeringName)
Gets all global reach peer connections associated with a private peering in an express route circuit.
|
Mono<com.azure.core.http.rest.Response<PeerExpressRouteCircuitConnectionInner>> 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 peer 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<PeerExpressRouteCircuitConnectionInner> 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 peer 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.PeerExpressRouteCircuitConnectionInner 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 peer 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<PeerExpressRouteCircuitConnectionInner> 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 peer 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.com.azure.core.http.rest.PagedFlux<PeerExpressRouteCircuitConnectionInner> 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<PeerExpressRouteCircuitConnectionInner> 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<PeerExpressRouteCircuitConnectionInner> 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.