public interface VirtualNetworkGatewayConnectionsClient extends InnerSupportsGet<VirtualNetworkGatewayConnectionInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters)
Creates or updates a virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters)
Creates or updates a virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Deletes the specified virtual network Gateway connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
com.azure.core.util.Context context)
Deletes the specified virtual network Gateway connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Deletes the specified virtual network Gateway connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionResetSharedKeyInner>,ConnectionResetSharedKeyInner> |
beginResetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionResetSharedKeyInner>,ConnectionResetSharedKeyInner> |
beginResetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength,
com.azure.core.util.Context context)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionResetSharedKeyInner>,ConnectionResetSharedKeyInner> |
beginResetSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> |
beginSetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> |
beginSetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters,
com.azure.core.util.Context context)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> |
beginSetSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData,
com.azure.core.util.Context context)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl,
com.azure.core.util.Context context)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> |
beginUpdateTags(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags)
Updates a virtual network gateway connection tags.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> |
beginUpdateTags(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a virtual network gateway connection tags.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> |
beginUpdateTagsAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags)
Updates a virtual network gateway connection tags.
|
VirtualNetworkGatewayConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters)
Creates or updates a virtual network gateway connection in the specified resource group.
|
VirtualNetworkGatewayConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network gateway connection in the specified resource group.
|
Mono<VirtualNetworkGatewayConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters)
Creates or updates a virtual network gateway connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VirtualNetworkGatewayConnectionInner parameters)
Creates or updates a virtual network gateway connection in the specified resource group.
|
void |
delete(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Deletes the specified virtual network Gateway connection.
|
void |
delete(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
com.azure.core.util.Context context)
Deletes the specified virtual network Gateway connection.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Deletes the specified virtual network Gateway connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Deletes the specified virtual network Gateway connection.
|
VirtualNetworkGatewayConnectionInner |
getByResourceGroup(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Gets the specified virtual network gateway connection by resource group.
|
Mono<VirtualNetworkGatewayConnectionInner> |
getByResourceGroupAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Gets the specified virtual network gateway connection by resource group.
|
com.azure.core.http.rest.Response<VirtualNetworkGatewayConnectionInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
com.azure.core.util.Context context)
Gets the specified virtual network gateway connection by resource group.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkGatewayConnectionInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Gets the specified virtual network gateway connection by resource group.
|
ConnectionSharedKeyInner |
getSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual
network gateway connection shared key through Network resource provider.
|
Mono<ConnectionSharedKeyInner> |
getSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual
network gateway connection shared key through Network resource provider.
|
com.azure.core.http.rest.Response<ConnectionSharedKeyInner> |
getSharedKeyWithResponse(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
com.azure.core.util.Context context)
The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual
network gateway connection shared key through Network resource provider.
|
Mono<com.azure.core.http.rest.Response<ConnectionSharedKeyInner>> |
getSharedKeyWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual
network gateway connection shared key through Network resource provider.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayConnectionInner> |
listByResourceGroup(String resourceGroupName)
The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections
created.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayConnectionInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections
created.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkGatewayConnectionInner> |
listByResourceGroupAsync(String resourceGroupName)
The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections
created.
|
ConnectionResetSharedKeyInner |
resetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
ConnectionResetSharedKeyInner |
resetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength,
com.azure.core.util.Context context)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
Mono<ConnectionResetSharedKeyInner> |
resetSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
resetSharedKeyWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
int keyLength)
The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared
key for passed virtual network gateway connection in the specified resource group through Network resource
provider.
|
ConnectionSharedKeyInner |
setSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
ConnectionSharedKeyInner |
setSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters,
com.azure.core.util.Context context)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
Mono<ConnectionSharedKeyInner> |
setSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
setSharedKeyWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
String |
startPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData,
com.azure.core.util.Context context)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startPacketCaptureWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String filterData)
Starts packet capture on virtual network gateway connection in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl,
com.azure.core.util.Context context)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopPacketCaptureWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
String sasUrl)
Stops packet capture on virtual network gateway connection in the specified resource group.
|
VirtualNetworkGatewayConnectionInner |
updateTags(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Updates a virtual network gateway connection tags.
|
VirtualNetworkGatewayConnectionInner |
updateTags(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags)
Updates a virtual network gateway connection tags.
|
VirtualNetworkGatewayConnectionInner |
updateTags(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a virtual network gateway connection tags.
|
Mono<VirtualNetworkGatewayConnectionInner> |
updateTagsAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
Updates a virtual network gateway connection tags.
|
Mono<VirtualNetworkGatewayConnectionInner> |
updateTagsAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags)
Updates a virtual network gateway connection tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTagsWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
Map<String,String> tags)
Updates a virtual network gateway connection tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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<VirtualNetworkGatewayConnectionInner> createOrUpdateAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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.VirtualNetworkGatewayConnectionInner createOrUpdate(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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.VirtualNetworkGatewayConnectionInner createOrUpdate(String resourceGroupName, String virtualNetworkGatewayConnectionName, VirtualNetworkGatewayConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.parameters - A common class for general resource information.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<VirtualNetworkGatewayConnectionInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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<VirtualNetworkGatewayConnectionInner> getByResourceGroupAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
getByResourceGroupAsync in interface InnerSupportsGet<VirtualNetworkGatewayConnectionInner>resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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.VirtualNetworkGatewayConnectionInner getByResourceGroup(String resourceGroupName, String virtualNetworkGatewayConnectionName)
getByResourceGroup in interface InnerSupportsGet<VirtualNetworkGatewayConnectionInner>resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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<VirtualNetworkGatewayConnectionInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualNetworkGatewayConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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 virtualNetworkGatewayConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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>>> updateTagsWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> beginUpdateTagsAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> beginUpdateTags(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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<VirtualNetworkGatewayConnectionInner>,VirtualNetworkGatewayConnectionInner> beginUpdateTags(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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<VirtualNetworkGatewayConnectionInner> updateTagsAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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<VirtualNetworkGatewayConnectionInner> updateTagsAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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.VirtualNetworkGatewayConnectionInner updateTags(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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.VirtualNetworkGatewayConnectionInner updateTags(String resourceGroupName, String virtualNetworkGatewayConnectionName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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.VirtualNetworkGatewayConnectionInner updateTags(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway 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<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> setSharedKeyWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> beginSetSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> beginSetSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> beginSetSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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<ConnectionSharedKeyInner> setSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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.ConnectionSharedKeyInner setSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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.ConnectionSharedKeyInner setSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, ConnectionSharedKeyInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection name.parameters - Response for GetConnectionSharedKey API service call.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<ConnectionSharedKeyInner>> getSharedKeyWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection shared key name.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<ConnectionSharedKeyInner> getSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection shared key name.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.ConnectionSharedKeyInner getSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection shared key name.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<ConnectionSharedKeyInner> getSharedKeyWithResponse(String resourceGroupName, String virtualNetworkGatewayConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection shared key name.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<VirtualNetworkGatewayConnectionInner> listByResourceGroupAsync(String resourceGroupName)
resourceGroupName - The name of the resource group.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<VirtualNetworkGatewayConnectionInner> listByResourceGroup(String resourceGroupName)
resourceGroupName - The name of the resource group.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<VirtualNetworkGatewayConnectionInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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>>> resetSharedKeyWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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<ConnectionResetSharedKeyInner>,ConnectionResetSharedKeyInner> beginResetSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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<ConnectionResetSharedKeyInner>,ConnectionResetSharedKeyInner> beginResetSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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<ConnectionResetSharedKeyInner>,ConnectionResetSharedKeyInner> beginResetSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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<ConnectionResetSharedKeyInner> resetSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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.ConnectionResetSharedKeyInner resetSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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.ConnectionResetSharedKeyInner resetSharedKey(String resourceGroupName, String virtualNetworkGatewayConnectionName, int keyLength, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The virtual network gateway connection reset shared key Name.keyLength - The virtual network connection reset shared key length, should between 1 and 128.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 virtualNetworkGatewayConnectionName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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<String>,String> beginStartPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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<String>,String> beginStartPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String filterData, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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<String> startPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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<String> startPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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.String startPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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.String startPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String filterData, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.filterData - Start Packet capture parameters.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.String startPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection.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>>> stopPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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<String>,String> beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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<String>,String> beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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<String> stopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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<String> stopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.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.String stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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.String stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.sasUrl - SAS url for packet capture on virtual network gateway.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.String stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway Connection.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 © 2020 Microsoft Corporation. All rights reserved.