Uses of Class
com.azure.resourcemanager.network.models.PacketCaptureSettings
Packages that use PacketCaptureSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCaptureSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureSettingsModifier and TypeMethodDescriptionPacketCaptureInner.captureSettings()Get the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureParameters.captureSettings()Get the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureResultInner.captureSettings()Get the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PacketCaptureSettingsModifier and TypeMethodDescriptionPacketCaptureInner.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureParameters.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureResultInner.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureResultProperties.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values. -
Uses of PacketCaptureSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PacketCaptureSettingsModifier and TypeMethodDescriptionstatic PacketCaptureSettingsPacketCaptureSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureSettings from the JsonReader.PacketCaptureSettings.withFileCount(Integer fileCount) Set the fileCount property: Number of file count.PacketCaptureSettings.withFileSizeInBytes(Long fileSizeInBytes) Set the fileSizeInBytes property: Number of bytes captured per packet.PacketCaptureSettings.withSessionTimeLimitInSeconds(Integer sessionTimeLimitInSeconds) Set the sessionTimeLimitInSeconds property: Maximum duration of the capture session in seconds is 604800s (7 days) for a file.