Uses of Class
com.azure.resourcemanager.network.fluent.models.PacketCaptureParameters
-
Packages that use PacketCaptureParameters Package Description com.azure.resourcemanager.network.fluent.models 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.models Modifier and Type Class Description classPacketCaptureResultPropertiesThe properties of a packet capture session.Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureParameters Modifier and Type Method Description PacketCaptureParametersPacketCaptureParameters. withBytesToCapturePerPacket(Long bytesToCapturePerPacket)Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.PacketCaptureParametersPacketCaptureParameters. withFilters(List<PacketCaptureFilter> filters)Set the filters property: A list of packet capture filters.PacketCaptureParametersPacketCaptureParameters. withStorageLocation(PacketCaptureStorageLocation storageLocation)Set the storageLocation property: The storage location for a packet capture session.PacketCaptureParametersPacketCaptureParameters. withTarget(String target)Set the target property: The ID of the targeted resource, only VM is currently supported.PacketCaptureParametersPacketCaptureParameters. withTimeLimitInSeconds(Integer timeLimitInSeconds)Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds.PacketCaptureParametersPacketCaptureParameters. withTotalBytesPerSession(Long totalBytesPerSession)Set the totalBytesPerSession property: Maximum size of the capture output.
-