Uses of Class
com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters
Packages that use PacketCaptureParameters
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PacketCaptureParameters in com.azure.resourcemanager.network.fluent.models
Subclasses of PacketCaptureParameters in com.azure.resourcemanager.network.fluent.modelsModifier and TypeClassDescriptionfinal classThe properties of a packet capture session.Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type PacketCaptureParametersModifier and TypeClassDescriptionclassParameters that define the create packet capture operation.Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureParametersModifier and TypeMethodDescriptionstatic PacketCaptureParametersPacketCaptureParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureParameters from the JsonReader.PacketCaptureParameters.withBytesToCapturePerPacket(Long bytesToCapturePerPacket) Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.PacketCaptureParameters.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureParameters.withContinuousCapture(Boolean continuousCapture) Set the continuousCapture property: This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value.PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureParameters.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session.PacketCaptureParameters.withTarget(String target) Set the target property: The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.PacketCaptureParameters.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.PacketCaptureParameters.withTimeLimitInSeconds(Integer timeLimitInSeconds) Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds.PacketCaptureParameters.withTotalBytesPerSession(Long totalBytesPerSession) Set the totalBytesPerSession property: Maximum size of the capture output.