public interface HubVirtualNetworkConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters,
com.azure.core.util.Context context)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a HubVirtualNetworkConnection.
|
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 HubVirtualNetworkConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a HubVirtualNetworkConnection.
|
HubVirtualNetworkConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
HubVirtualNetworkConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters,
com.azure.core.util.Context context)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
Mono<HubVirtualNetworkConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a HubVirtualNetworkConnection.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Deletes a HubVirtualNetworkConnection.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a HubVirtualNetworkConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a HubVirtualNetworkConnection.
|
HubVirtualNetworkConnectionInner |
get(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a HubVirtualNetworkConnection.
|
Mono<HubVirtualNetworkConnectionInner> |
getAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a HubVirtualNetworkConnection.
|
com.azure.core.http.rest.Response<HubVirtualNetworkConnectionInner> |
getWithResponse(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves the details of a HubVirtualNetworkConnection.
|
Mono<com.azure.core.http.rest.Response<HubVirtualNetworkConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a HubVirtualNetworkConnection.
|
com.azure.core.http.rest.PagedIterable<HubVirtualNetworkConnectionInner> |
list(String resourceGroupName,
String virtualHubName)
Retrieves the details of all HubVirtualNetworkConnections.
|
com.azure.core.http.rest.PagedIterable<HubVirtualNetworkConnectionInner> |
list(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of all HubVirtualNetworkConnections.
|
com.azure.core.http.rest.PagedFlux<HubVirtualNetworkConnectionInner> |
listAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of all HubVirtualNetworkConnections.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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<HubVirtualNetworkConnectionInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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.HubVirtualNetworkConnectionInner createOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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.HubVirtualNetworkConnectionInner createOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the HubVirtualNetworkConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.hubVirtualNetworkConnectionParameters - Parameters supplied to create or update a hub virtual network
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>>> deleteWithResponseAsync(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 HubVirtualNetworkConnection.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 VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.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 VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.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 VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.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 VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.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 VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.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 VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the HubVirtualNetworkConnection.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<HubVirtualNetworkConnectionInner>> 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 vpn 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<HubVirtualNetworkConnectionInner> 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 vpn 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.HubVirtualNetworkConnectionInner 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 vpn 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<HubVirtualNetworkConnectionInner> 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 vpn 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<HubVirtualNetworkConnectionInner> 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<HubVirtualNetworkConnectionInner> 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<HubVirtualNetworkConnectionInner> 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 © 2021 Microsoft Corporation. All rights reserved.