Class PacketCaptureListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.PacketCaptureListResult
-
public final class PacketCaptureListResult extends Object
List of packet capture sessions.
-
-
Constructor Summary
Constructors Constructor Description PacketCaptureListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<PacketCaptureResultInner>value()Get the value property: Information about packet capture sessions.PacketCaptureListResultwithValue(List<PacketCaptureResultInner> value)Set the value property: Information about packet capture sessions.
-
-
-
Method Detail
-
value
public List<PacketCaptureResultInner> value()
Get the value property: Information about packet capture sessions.- Returns:
- the value value.
-
withValue
public PacketCaptureListResult withValue(List<PacketCaptureResultInner> value)
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.
-
-