public final class NetworkWatcherListResult extends Object
| Constructor and Description |
|---|
NetworkWatcherListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<NetworkWatcherInner> |
value()
Get the value property: List of network watcher resources.
|
NetworkWatcherListResult |
withValue(List<NetworkWatcherInner> value)
Set the value property: List of network watcher resources.
|
public List<NetworkWatcherInner> value()
public NetworkWatcherListResult withValue(List<NetworkWatcherInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.