public interface PacketCapturesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>,PacketCaptureResultInner> |
beginCreate(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters)
Create and start a packet capture on the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>,PacketCaptureResultInner> |
beginCreate(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters,
com.azure.core.util.Context context)
Create and start a packet capture on the specified VM.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>,PacketCaptureResultInner> |
beginCreateAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters)
Create and start a packet capture on the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Deletes the specified packet capture session.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Deletes the specified packet capture session.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Deletes the specified packet capture session.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>,PacketCaptureQueryStatusResultInner> |
beginGetStatus(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Query the status of a running packet capture session.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>,PacketCaptureQueryStatusResultInner> |
beginGetStatus(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Query the status of a running packet capture session.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureQueryStatusResultInner>,PacketCaptureQueryStatusResultInner> |
beginGetStatusAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Query the status of a running packet capture session.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStop(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Stops a specified packet capture session.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStop(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Stops a specified packet capture session.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStopAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Stops a specified packet capture session.
|
PacketCaptureResultInner |
create(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters)
Create and start a packet capture on the specified VM.
|
PacketCaptureResultInner |
create(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters,
com.azure.core.util.Context context)
Create and start a packet capture on the specified VM.
|
Mono<PacketCaptureResultInner> |
createAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters)
Create and start a packet capture on the specified VM.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters)
Create and start a packet capture on the specified VM.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Deletes the specified packet capture session.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Deletes the specified packet capture session.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Deletes the specified packet capture session.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Deletes the specified packet capture session.
|
PacketCaptureResultInner |
get(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Gets a packet capture session by name.
|
Mono<PacketCaptureResultInner> |
getAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Gets a packet capture session by name.
|
PacketCaptureQueryStatusResultInner |
getStatus(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Query the status of a running packet capture session.
|
PacketCaptureQueryStatusResultInner |
getStatus(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Query the status of a running packet capture session.
|
Mono<PacketCaptureQueryStatusResultInner> |
getStatusAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Query the status of a running packet capture session.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getStatusWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Query the status of a running packet capture session.
|
com.azure.core.http.rest.Response<PacketCaptureResultInner> |
getWithResponse(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Gets a packet capture session by name.
|
Mono<com.azure.core.http.rest.Response<PacketCaptureResultInner>> |
getWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Gets a packet capture session by name.
|
com.azure.core.http.rest.PagedIterable<PacketCaptureResultInner> |
list(String resourceGroupName,
String networkWatcherName)
Lists all packet capture sessions within the specified resource group.
|
com.azure.core.http.rest.PagedIterable<PacketCaptureResultInner> |
list(String resourceGroupName,
String networkWatcherName,
com.azure.core.util.Context context)
Lists all packet capture sessions within the specified resource group.
|
com.azure.core.http.rest.PagedFlux<PacketCaptureResultInner> |
listAsync(String resourceGroupName,
String networkWatcherName)
Lists all packet capture sessions within the specified resource group.
|
void |
stop(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Stops a specified packet capture session.
|
void |
stop(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Stops a specified packet capture session.
|
Mono<Void> |
stopAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Stops a specified packet capture session.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Stops a specified packet capture session.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>,PacketCaptureResultInner> beginCreateAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>,PacketCaptureResultInner> beginCreate(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>,PacketCaptureResultInner> beginCreate(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture operation.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<PacketCaptureResultInner> createAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture 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.PacketCaptureResultInner create(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture 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.PacketCaptureResultInner create(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.parameters - Parameters that define the create packet capture operation.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<PacketCaptureResultInner>> getWithResponseAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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<PacketCaptureResultInner> getAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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.PacketCaptureResultInner get(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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<PacketCaptureResultInner> getWithResponse(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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>>> stopWithResponseAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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> beginStopAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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> beginStop(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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> beginStop(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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> stopAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 stop(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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 stop(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.packetCaptureName - The name of the packet capture session.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>>> getStatusWithResponseAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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<PacketCaptureQueryStatusResultInner>,PacketCaptureQueryStatusResultInner> beginGetStatusAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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<PacketCaptureQueryStatusResultInner>,PacketCaptureQueryStatusResultInner> beginGetStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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<PacketCaptureQueryStatusResultInner>,PacketCaptureQueryStatusResultInner> beginGetStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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<PacketCaptureQueryStatusResultInner> getStatusAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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.PacketCaptureQueryStatusResultInner getStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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.PacketCaptureQueryStatusResultInner getStatus(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.packetCaptureName - The name given to the packet capture session.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<PacketCaptureResultInner> listAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PacketCaptureResultInner> list(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PacketCaptureResultInner> list(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the Network Watcher resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.