public final class PacketCaptureListResult extends Object
| Constructor and Description |
|---|
PacketCaptureListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<PacketCaptureResultInner> |
value()
Get the value property: Information about packet capture sessions.
|
PacketCaptureListResult |
withValue(List<PacketCaptureResultInner> value)
Set the value property: Information about packet capture sessions.
|
public List<PacketCaptureResultInner> value()
public PacketCaptureListResult withValue(List<PacketCaptureResultInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.