public interface PacketCapture extends HasInnerModel<PacketCaptureResultInner>, HasName, HasId, Indexable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PacketCapture.Definition
The entirety of the packet capture definition.
|
static interface |
PacketCapture.DefinitionStages
Grouping of Packet Capture definition stages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bytesToCapturePerPacket() |
List<PacketCaptureFilter> |
filters() |
PacketCaptureStatus |
getStatus()
Query the status of a running packet capture session.
|
Mono<PacketCaptureStatus> |
getStatusAsync()
Query the status of a running packet capture session asynchronously.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the packet capture session.
|
void |
stop()
Stops a specified packet capture session.
|
Mono<Void> |
stopAsync()
Stops a specified packet capture session asynchronously.
|
PacketCaptureStorageLocation |
storageLocation() |
String |
targetId() |
int |
timeLimitInSeconds() |
int |
totalBytesPerSession() |
innerModelString targetId()
int bytesToCapturePerPacket()
int totalBytesPerSession()
int timeLimitInSeconds()
PacketCaptureStorageLocation storageLocation()
List<PacketCaptureFilter> filters()
ProvisioningState provisioningState()
void stop()
Mono<Void> stopAsync()
PacketCaptureStatus getStatus()
Mono<PacketCaptureStatus> getStatusAsync()
Copyright © 2020 Microsoft Corporation. All rights reserved.