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.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureResultProperties from the JsonReader.PacketCaptureResultProperties.withBytesToCapturePerPacket(Long bytesToCapturePerPacket) Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.PacketCaptureResultProperties.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureResultProperties.withContinuousCapture(Boolean continuousCapture) Set the continuousCapture property: This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value.PacketCaptureResultProperties.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureResultProperties.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.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 AzureVM and AzureVMSS as target type are currently supported.PacketCaptureResultProperties.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.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.