Class PacketCaptureListResult
java.lang.Object
com.azure.resourcemanager.network.models.PacketCaptureListResult
List of packet capture sessions.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PacketCaptureListResult class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Information about packet capture sessions.withValue(List<PacketCaptureResultInner> value) Set the value property: Information about packet capture sessions.
-
Constructor Details
-
PacketCaptureListResult
public PacketCaptureListResult()Creates an instance of PacketCaptureListResult class.
-
-
Method Details
-
value
Get the value property: Information about packet capture sessions.- Returns:
- the value value.
-
withValue
Set the value property: Information about packet capture sessions.- Parameters:
value- the value value to set.- Returns:
- the PacketCaptureListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-