public final class VirtualNetworkLinkListResult extends Object
| Constructor and Description |
|---|
VirtualNetworkLinkListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The continuation token for the next page of results.
|
void |
validate()
Validates the instance.
|
List<VirtualNetworkLinkInner> |
value()
Get the value property: Information about the virtual network links to the Private DNS zones.
|
VirtualNetworkLinkListResult |
withValue(List<VirtualNetworkLinkInner> value)
Set the value property: Information about the virtual network links to the Private DNS zones.
|
public List<VirtualNetworkLinkInner> value()
public VirtualNetworkLinkListResult withValue(List<VirtualNetworkLinkInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.