public interface VirtualRouterPeeringsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualRouterPeeringInner>,VirtualRouterPeeringInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters)
Creates or updates the specified Virtual Router Peering.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualRouterPeeringInner>,VirtualRouterPeeringInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Virtual Router Peering.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualRouterPeeringInner>,VirtualRouterPeeringInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters)
Creates or updates the specified Virtual Router Peering.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualRouterName,
String peeringName)
Deletes the specified peering from a Virtual Router.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualRouterName,
String peeringName,
com.azure.core.util.Context context)
Deletes the specified peering from a Virtual Router.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualRouterName,
String peeringName)
Deletes the specified peering from a Virtual Router.
|
VirtualRouterPeeringInner |
createOrUpdate(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters)
Creates or updates the specified Virtual Router Peering.
|
VirtualRouterPeeringInner |
createOrUpdate(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Virtual Router Peering.
|
Mono<VirtualRouterPeeringInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters)
Creates or updates the specified Virtual Router Peering.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualRouterName,
String peeringName,
VirtualRouterPeeringInner parameters)
Creates or updates the specified Virtual Router Peering.
|
void |
delete(String resourceGroupName,
String virtualRouterName,
String peeringName)
Deletes the specified peering from a Virtual Router.
|
void |
delete(String resourceGroupName,
String virtualRouterName,
String peeringName,
com.azure.core.util.Context context)
Deletes the specified peering from a Virtual Router.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualRouterName,
String peeringName)
Deletes the specified peering from a Virtual Router.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualRouterName,
String peeringName)
Deletes the specified peering from a Virtual Router.
|
VirtualRouterPeeringInner |
get(String resourceGroupName,
String virtualRouterName,
String peeringName)
Gets the specified Virtual Router Peering.
|
Mono<VirtualRouterPeeringInner> |
getAsync(String resourceGroupName,
String virtualRouterName,
String peeringName)
Gets the specified Virtual Router Peering.
|
com.azure.core.http.rest.Response<VirtualRouterPeeringInner> |
getWithResponse(String resourceGroupName,
String virtualRouterName,
String peeringName,
com.azure.core.util.Context context)
Gets the specified Virtual Router Peering.
|
Mono<com.azure.core.http.rest.Response<VirtualRouterPeeringInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualRouterName,
String peeringName)
Gets the specified Virtual Router Peering.
|
com.azure.core.http.rest.PagedIterable<VirtualRouterPeeringInner> |
list(String resourceGroupName,
String virtualRouterName)
Lists all Virtual Router Peerings in a Virtual Router resource.
|
com.azure.core.http.rest.PagedIterable<VirtualRouterPeeringInner> |
list(String resourceGroupName,
String virtualRouterName,
com.azure.core.util.Context context)
Lists all Virtual Router Peerings in a Virtual Router resource.
|
com.azure.core.http.rest.PagedFlux<VirtualRouterPeeringInner> |
listAsync(String resourceGroupName,
String virtualRouterName)
Lists all Virtual Router Peerings in a Virtual Router resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner>> getWithResponseAsync(String resourceGroupName, String virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualRouterPeeringInner> getAsync(String resourceGroupName, String virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualRouterPeeringInner get(String resourceGroupName, String virtualRouterName, String peeringName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner> getWithResponse(String resourceGroupName, String virtualRouterName, String peeringName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner>,VirtualRouterPeeringInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner>,VirtualRouterPeeringInner> beginCreateOrUpdate(String resourceGroupName, String virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner>,VirtualRouterPeeringInner> beginCreateOrUpdate(String resourceGroupName, String virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualRouterPeeringInner> createOrUpdateAsync(String resourceGroupName, String virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualRouterPeeringInner createOrUpdate(String resourceGroupName, String virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualRouterPeeringInner createOrUpdate(String resourceGroupName, String virtualRouterName, String peeringName, VirtualRouterPeeringInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.peeringName - The name of the Virtual Router Peering.parameters - Parameters supplied to the create or update Virtual Router Peering operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner> listAsync(String resourceGroupName, String virtualRouterName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner> list(String resourceGroupName, String virtualRouterName)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualRouterPeeringInner> list(String resourceGroupName, String virtualRouterName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualRouterName - The name of the Virtual Router.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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.