public final class ConnectionMonitorListResult extends Object
| Constructor and Description |
|---|
ConnectionMonitorListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<ConnectionMonitorResultInner> |
value()
Get the value property: Information about connection monitors.
|
ConnectionMonitorListResult |
withValue(List<ConnectionMonitorResultInner> value)
Set the value property: Information about connection monitors.
|
public List<ConnectionMonitorResultInner> value()
public ConnectionMonitorListResult withValue(List<ConnectionMonitorResultInner> 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.