public interface ExpressRouteCircuitPeeringsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters)
Creates or updates a peering in the specified express route circuits.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters,
com.azure.core.util.Context context)
Creates or updates a peering in the specified express route circuits.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters)
Creates or updates a peering 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)
Deletes the specified peering 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,
com.azure.core.util.Context context)
Deletes the specified peering 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)
Deletes the specified peering from the specified express route circuit.
|
ExpressRouteCircuitPeeringInner |
createOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters)
Creates or updates a peering in the specified express route circuits.
|
ExpressRouteCircuitPeeringInner |
createOrUpdate(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters,
com.azure.core.util.Context context)
Creates or updates a peering in the specified express route circuits.
|
Mono<ExpressRouteCircuitPeeringInner> |
createOrUpdateAsync(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters)
Creates or updates a peering in the specified express route circuits.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName,
ExpressRouteCircuitPeeringInner peeringParameters)
Creates or updates a peering in the specified express route circuits.
|
void |
delete(String resourceGroupName,
String circuitName,
String peeringName)
Deletes the specified peering from the specified express route circuit.
|
void |
delete(String resourceGroupName,
String circuitName,
String peeringName,
com.azure.core.util.Context context)
Deletes the specified peering from the specified express route circuit.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String circuitName,
String peeringName)
Deletes the specified peering from the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName)
Deletes the specified peering from the specified express route circuit.
|
ExpressRouteCircuitPeeringInner |
get(String resourceGroupName,
String circuitName,
String peeringName)
Gets the specified peering for the express route circuit.
|
Mono<ExpressRouteCircuitPeeringInner> |
getAsync(String resourceGroupName,
String circuitName,
String peeringName)
Gets the specified peering for the express route circuit.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitPeeringInner> |
getWithResponse(String resourceGroupName,
String circuitName,
String peeringName,
com.azure.core.util.Context context)
Gets the specified peering for the express route circuit.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitPeeringInner>> |
getWithResponseAsync(String resourceGroupName,
String circuitName,
String peeringName)
Gets the specified peering for the express route circuit.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitPeeringInner> |
list(String resourceGroupName,
String circuitName)
Gets all peerings in a specified express route circuit.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitPeeringInner> |
list(String resourceGroupName,
String circuitName,
com.azure.core.util.Context context)
Gets all peerings in a specified express route circuit.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitPeeringInner> |
listAsync(String resourceGroupName,
String circuitName)
Gets all peerings in a specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String peeringName, 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.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)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.void delete(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.void delete(String resourceGroupName, String circuitName, String peeringName, 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.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<ExpressRouteCircuitPeeringInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.Mono<ExpressRouteCircuitPeeringInner> getAsync(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.ExpressRouteCircuitPeeringInner get(String resourceGroupName, String circuitName, String peeringName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route 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.Response<ExpressRouteCircuitPeeringInner> getWithResponse(String resourceGroupName, String circuitName, String peeringName, 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.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, ExpressRouteCircuitPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.peeringParameters - Parameters supplied to the create or update express route circuit peering 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<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.peeringParameters - Parameters supplied to the create or update express route circuit peering 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<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.peeringParameters - Parameters supplied to the create or update express route circuit peering 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<ExpressRouteCircuitPeeringInner>,ExpressRouteCircuitPeeringInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters, 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.peeringParameters - Parameters supplied to the create or update express route circuit peering 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<ExpressRouteCircuitPeeringInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.peeringParameters - Parameters supplied to the create or update express route circuit peering 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.ExpressRouteCircuitPeeringInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.peeringName - The name of the peering.peeringParameters - Parameters supplied to the create or update express route circuit peering 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.ExpressRouteCircuitPeeringInner createOrUpdate(String resourceGroupName, String circuitName, String peeringName, ExpressRouteCircuitPeeringInner peeringParameters, 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.peeringParameters - Parameters supplied to the create or update express route circuit peering 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.com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitPeeringInner> listAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.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<ExpressRouteCircuitPeeringInner> list(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.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<ExpressRouteCircuitPeeringInner> list(String resourceGroupName, String circuitName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.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.