public interface VirtualHubBgpConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters,
com.azure.core.util.Context context)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Deletes a VirtualHubBgpConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
BgpConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
BgpConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters,
com.azure.core.util.Context context)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
Mono<BgpConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Deletes a VirtualHubBgpConnection.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
BgpConnectionInner |
get(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a Virtual Hub Bgp Connection.
|
Mono<BgpConnectionInner> |
getAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a Virtual Hub Bgp Connection.
|
com.azure.core.http.rest.Response<BgpConnectionInner> |
getWithResponse(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves the details of a Virtual Hub Bgp Connection.
|
Mono<com.azure.core.http.rest.Response<BgpConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a Virtual Hub Bgp Connection.
|
com.azure.core.http.rest.PagedIterable<BgpConnectionInner> |
list(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubBgpConnections.
|
com.azure.core.http.rest.PagedIterable<BgpConnectionInner> |
list(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of all VirtualHubBgpConnections.
|
com.azure.core.http.rest.PagedFlux<BgpConnectionInner> |
listAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubBgpConnections.
|
Mono<com.azure.core.http.rest.Response<BgpConnectionInner>> getWithResponseAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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<BgpConnectionInner> getAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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.BgpConnectionInner get(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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<BgpConnectionInner> getWithResponse(String resourceGroupName, String virtualHubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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<BgpConnectionInner>,BgpConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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<BgpConnectionInner>,BgpConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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<BgpConnectionInner>,BgpConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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<BgpConnectionInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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.BgpConnectionInner createOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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.BgpConnectionInner createOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Virtual Appliance Site 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<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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 virtualHubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the 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<BgpConnectionInner> listAsync(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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<BgpConnectionInner> list(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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<BgpConnectionInner> list(String resourceGroupName, String virtualHubName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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.