public static interface PacketCapture.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<PacketCapture>
| Modifier and Type | Method and Description |
|---|---|
PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate> |
definePacketCaptureFilter()
Begin the definition of packet capture filter.
|
PacketCapture.DefinitionStages.WithCreate |
withBytesToCapturePerPacket(int bytesToCapturePerPacket)
Set number of bytes captured per packet, the remaining bytes are truncated.
|
PacketCapture.DefinitionStages.WithCreate |
withTimeLimitInSeconds(int timeLimitInSeconds)
Set maximum duration of the capture session in seconds.
|
PacketCapture.DefinitionStages.WithCreate |
withTotalBytesPerSession(int totalBytesPerSession)
Set maximum size of the capture output.
|
create, createAsync, createAsyncPacketCapture.DefinitionStages.WithCreate withBytesToCapturePerPacket(int bytesToCapturePerPacket)
bytesToCapturePerPacket - Number of bytes captured per packetPacketCapture.DefinitionStages.WithCreate withTotalBytesPerSession(int totalBytesPerSession)
totalBytesPerSession - Maximum size of the capture outputPacketCapture.DefinitionStages.WithCreate withTimeLimitInSeconds(int timeLimitInSeconds)
timeLimitInSeconds - Maximum duration of the capture session in secondsPCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate> definePacketCaptureFilter()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/