@Beta public interface PacketCapture extends HasInner<com.microsoft.azure.management.network.implementation.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.
|
rx.Observable<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.
|
rx.Completable |
stopAsync()
Stops a specified packet capture session asynchronously.
|
PacketCaptureStorageLocation |
storageLocation() |
String |
targetId() |
int |
timeLimitInSeconds() |
int |
totalBytesPerSession() |
inner
name
String targetId()
int bytesToCapturePerPacket()
int totalBytesPerSession()
int timeLimitInSeconds()
PacketCaptureStorageLocation storageLocation()
List<PacketCaptureFilter> filters()
ProvisioningState provisioningState()
void stop()
rx.Completable stopAsync()
PacketCaptureStatus getStatus()
rx.Observable<PacketCaptureStatus> getStatusAsync()
Copyright © 2019. All rights reserved.