Interface PacketCapture.DefinitionStages.WithCreate
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<PacketCapture>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- All Known Subinterfaces:
PacketCapture.Definition,PacketCapture.DefinitionStages.WithCreateAndStoragePath
- Enclosing interface:
- PacketCapture.DefinitionStages
public static interface PacketCapture.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<PacketCapture>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate>definePacketCaptureFilter()Begin the definition of packet capture filter.PacketCapture.DefinitionStages.WithCreatewithBytesToCapturePerPacket(int bytesToCapturePerPacket)Set number of bytes captured per packet, the remaining bytes are truncated.PacketCapture.DefinitionStages.WithCreatewithTimeLimitInSeconds(int timeLimitInSeconds)Set maximum duration of the capture session in seconds.PacketCapture.DefinitionStages.WithCreatewithTotalBytesPerSession(int totalBytesPerSession)Set maximum size of the capture output.-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
-
-
-
Method Detail
-
withBytesToCapturePerPacket
PacketCapture.DefinitionStages.WithCreate withBytesToCapturePerPacket(int bytesToCapturePerPacket)
Set number of bytes captured per packet, the remaining bytes are truncated.- Parameters:
bytesToCapturePerPacket- Number of bytes captured per packet- Returns:
- the next stage
-
withTotalBytesPerSession
PacketCapture.DefinitionStages.WithCreate withTotalBytesPerSession(int totalBytesPerSession)
Set maximum size of the capture output.- Parameters:
totalBytesPerSession- Maximum size of the capture output- Returns:
- the next stage
-
withTimeLimitInSeconds
PacketCapture.DefinitionStages.WithCreate withTimeLimitInSeconds(int timeLimitInSeconds)
Set maximum duration of the capture session in seconds.- Parameters:
timeLimitInSeconds- Maximum duration of the capture session in seconds- Returns:
- the next stage
-
definePacketCaptureFilter
PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate> definePacketCaptureFilter()
Begin the definition of packet capture filter.- Returns:
- the next stage
-
-