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