| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PacketCapture.Definition
The entirety of the packet capture definition.
|
static interface |
PacketCapture.DefinitionStages.WithCreateAndStoragePath |
| Modifier and Type | Method and Description |
|---|---|
PacketCapture.DefinitionStages.WithCreate |
PacketCapture.DefinitionStages.WithCreate.withBytesToCapturePerPacket(long bytesToCapturePerPacket)
Set number of bytes captured per packet, the remaining bytes are truncated.
|
PacketCapture.DefinitionStages.WithCreate |
PacketCapture.DefinitionStages.WithStorageLocation.withFilePath(String filePath)
A valid local path on the targeting VM.
|
PacketCapture.DefinitionStages.WithCreate |
PacketCapture.DefinitionStages.WithCreateAndStoragePath.withStoragePath(String storagePath)
The URI of the storage path to save the packet capture.
|
PacketCapture.DefinitionStages.WithCreate |
PacketCapture.DefinitionStages.WithCreate.withTimeLimitInSeconds(int timeLimitInSeconds)
Set maximum duration of the capture session in seconds.
|
PacketCapture.DefinitionStages.WithCreate |
PacketCapture.DefinitionStages.WithCreate.withTotalBytesPerSession(long totalBytesPerSession)
Set maximum size of the capture output.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.