| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes 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(int 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(int totalBytesPerSession)
Set maximum size of the capture output.
|
| Modifier and Type | Method and Description |
|---|---|
PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate> |
PacketCapture.DefinitionStages.WithCreate.definePacketCaptureFilter()
Begin the definition of packet capture filter.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/