public interface VpnGatewaysClient extends InnerSupportsGet<VpnGatewayInner>, InnerSupportsListing<VpnGatewayInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String gatewayName)
Deletes a virtual wan vpn gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Deletes a virtual wan vpn gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String gatewayName)
Deletes a virtual wan vpn gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginReset(String resourceGroupName,
String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginReset(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Resets the primary of the vpn gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginResetAsync(String resourceGroupName,
String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String gatewayName,
String filterData)
Starts packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String gatewayName,
String filterData,
com.azure.core.util.Context context)
Starts packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String filterData)
Starts packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String gatewayName,
String sasUrl)
Stops packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String gatewayName,
String sasUrl,
com.azure.core.util.Context context)
Stops packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String sasUrl)
Stops packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginUpdateTags(String resourceGroupName,
String gatewayName,
Map<String,String> tags)
Updates virtual wan vpn gateway tags.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginUpdateTags(String resourceGroupName,
String gatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates virtual wan vpn gateway tags.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
beginUpdateTagsAsync(String resourceGroupName,
String gatewayName,
Map<String,String> tags)
Updates virtual wan vpn gateway tags.
|
VpnGatewayInner |
createOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
VpnGatewayInner |
createOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
Mono<VpnGatewayInner> |
createOrUpdateAsync(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
void |
delete(String resourceGroupName,
String gatewayName)
Deletes a virtual wan vpn gateway.
|
void |
delete(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Deletes a virtual wan vpn gateway.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String gatewayName)
Deletes a virtual wan vpn gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String gatewayName)
Deletes a virtual wan vpn gateway.
|
VpnGatewayInner |
getByResourceGroup(String resourceGroupName,
String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
|
Mono<VpnGatewayInner> |
getByResourceGroupAsync(String resourceGroupName,
String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
|
com.azure.core.http.rest.Response<VpnGatewayInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Retrieves the details of a virtual wan vpn gateway.
|
Mono<com.azure.core.http.rest.Response<VpnGatewayInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
|
com.azure.core.http.rest.PagedIterable<VpnGatewayInner> |
list()
Lists all the VpnGateways in a subscription.
|
com.azure.core.http.rest.PagedIterable<VpnGatewayInner> |
list(com.azure.core.util.Context context)
Lists all the VpnGateways in a subscription.
|
com.azure.core.http.rest.PagedFlux<VpnGatewayInner> |
listAsync()
Lists all the VpnGateways in a subscription.
|
com.azure.core.http.rest.PagedIterable<VpnGatewayInner> |
listByResourceGroup(String resourceGroupName)
Lists all the VpnGateways in a resource group.
|
com.azure.core.http.rest.PagedIterable<VpnGatewayInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all the VpnGateways in a resource group.
|
com.azure.core.http.rest.PagedFlux<VpnGatewayInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all the VpnGateways in a resource group.
|
VpnGatewayInner |
reset(String resourceGroupName,
String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
|
VpnGatewayInner |
reset(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Resets the primary of the vpn gateway in the specified resource group.
|
Mono<VpnGatewayInner> |
resetAsync(String resourceGroupName,
String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
resetWithResponseAsync(String resourceGroupName,
String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String gatewayName)
Starts packet capture on vpn gateway in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String gatewayName,
String filterData)
Starts packet capture on vpn gateway in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String gatewayName,
String filterData,
com.azure.core.util.Context context)
Starts packet capture on vpn gateway in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String gatewayName)
Starts packet capture on vpn gateway in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String filterData)
Starts packet capture on vpn gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String filterData)
Starts packet capture on vpn gateway in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String gatewayName)
Stops packet capture on vpn gateway in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String gatewayName,
String sasUrl)
Stops packet capture on vpn gateway in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String gatewayName,
String sasUrl,
com.azure.core.util.Context context)
Stops packet capture on vpn gateway in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String gatewayName)
Stops packet capture on vpn gateway in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String sasUrl)
Stops packet capture on vpn gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String sasUrl)
Stops packet capture on vpn gateway in the specified resource group.
|
VpnGatewayInner |
updateTags(String resourceGroupName,
String gatewayName)
Updates virtual wan vpn gateway tags.
|
VpnGatewayInner |
updateTags(String resourceGroupName,
String gatewayName,
Map<String,String> tags)
Updates virtual wan vpn gateway tags.
|
VpnGatewayInner |
updateTags(String resourceGroupName,
String gatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates virtual wan vpn gateway tags.
|
Mono<VpnGatewayInner> |
updateTagsAsync(String resourceGroupName,
String gatewayName)
Updates virtual wan vpn gateway tags.
|
Mono<VpnGatewayInner> |
updateTagsAsync(String resourceGroupName,
String gatewayName,
Map<String,String> tags)
Updates virtual wan vpn gateway tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTagsWithResponseAsync(String resourceGroupName,
String gatewayName,
Map<String,String> tags)
Updates virtual wan vpn gateway tags.
|
Mono<com.azure.core.http.rest.Response<VpnGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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<VpnGatewayInner> getByResourceGroupAsync(String resourceGroupName, String gatewayName)
getByResourceGroupAsync in interface InnerSupportsGet<VpnGatewayInner>resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.VpnGatewayInner getByResourceGroup(String resourceGroupName, String gatewayName)
getByResourceGroup in interface InnerSupportsGet<VpnGatewayInner>resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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<VpnGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String gatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName, VpnGatewayInner vpnGatewayParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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<VpnGatewayInner>,VpnGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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<VpnGatewayInner>,VpnGatewayInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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<VpnGatewayInner>,VpnGatewayInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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<VpnGatewayInner> createOrUpdateAsync(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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.VpnGatewayInner createOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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.VpnGatewayInner createOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.vpnGatewayParameters - Parameters supplied to create or Update a virtual wan vpn gateway.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>>> updateTagsWithResponseAsync(String resourceGroupName, String gatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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<VpnGatewayInner>,VpnGatewayInner> beginUpdateTagsAsync(String resourceGroupName, String gatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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<VpnGatewayInner>,VpnGatewayInner> beginUpdateTags(String resourceGroupName, String gatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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<VpnGatewayInner>,VpnGatewayInner> beginUpdateTags(String resourceGroupName, String gatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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<VpnGatewayInner> updateTagsAsync(String resourceGroupName, String gatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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<VpnGatewayInner> updateTagsAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.VpnGatewayInner updateTags(String resourceGroupName, String gatewayName, Map<String,String> tags)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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.VpnGatewayInner updateTags(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.VpnGatewayInner updateTags(String resourceGroupName, String gatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.tags - Resource tags.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 gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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 gatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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>>> resetWithResponseAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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<VpnGatewayInner>,VpnGatewayInner> beginResetAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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<VpnGatewayInner>,VpnGatewayInner> beginReset(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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<VpnGatewayInner>,VpnGatewayInner> beginReset(String resourceGroupName, String gatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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<VpnGatewayInner> resetAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.VpnGatewayInner reset(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.VpnGatewayInner reset(String resourceGroupName, String gatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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>>> startPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, String filterData)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName, String filterData)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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<String>,String> beginStartPacketCapture(String resourceGroupName, String gatewayName, String filterData)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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<String>,String> beginStartPacketCapture(String resourceGroupName, String gatewayName, String filterData, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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<String> startPacketCaptureAsync(String resourceGroupName, String gatewayName, String filterData)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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<String> startPacketCaptureAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.String startPacketCapture(String resourceGroupName, String gatewayName, String filterData)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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.String startPacketCapture(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.String startPacketCapture(String resourceGroupName, String gatewayName, String filterData, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.filterData - Start Packet capture parameters on vpn gateway.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>>> stopPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, String sasUrl)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName, String sasUrl)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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<String>,String> beginStopPacketCapture(String resourceGroupName, String gatewayName, String sasUrl)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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<String>,String> beginStopPacketCapture(String resourceGroupName, String gatewayName, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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<String> stopPacketCaptureAsync(String resourceGroupName, String gatewayName, String sasUrl)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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<String> stopPacketCaptureAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.String stopPacketCapture(String resourceGroupName, String gatewayName, String sasUrl)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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.String stopPacketCapture(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.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.String stopPacketCapture(String resourceGroupName, String gatewayName, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.sasUrl - SAS url for packet capture on vpn gateway.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<VpnGatewayInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<VpnGatewayInner>resourceGroupName - The resource group name of the VpnGateway.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<VpnGatewayInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<VpnGatewayInner>resourceGroupName - The resource group name of the VpnGateway.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<VpnGatewayInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.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<VpnGatewayInner> listAsync()
listAsync in interface InnerSupportsListing<VpnGatewayInner>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<VpnGatewayInner> list()
list in interface InnerSupportsListing<VpnGatewayInner>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<VpnGatewayInner> list(com.azure.core.util.Context context)
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.