Class VirtualNetworkLinkListResult
- java.lang.Object
-
- com.azure.resourcemanager.privatedns.models.VirtualNetworkLinkListResult
-
public final class VirtualNetworkLinkListResult extends Object
The response to a list virtual network link to Private DNS zone operation.
-
-
Constructor Summary
Constructors Constructor Description VirtualNetworkLinkListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The continuation token for the next page of results.voidvalidate()Validates the instance.List<VirtualNetworkLinkInner>value()Get the value property: Information about the virtual network links to the Private DNS zones.VirtualNetworkLinkListResultwithValue(List<VirtualNetworkLinkInner> value)Set the value property: Information about the virtual network links to the Private DNS zones.
-
-
-
Method Detail
-
value
public List<VirtualNetworkLinkInner> value()
Get the value property: Information about the virtual network links to the Private DNS zones.- Returns:
- the value value.
-
withValue
public VirtualNetworkLinkListResult withValue(List<VirtualNetworkLinkInner> value)
Set the value property: Information about the virtual network links to the Private DNS zones.- Parameters:
value- the value value to set.- Returns:
- the VirtualNetworkLinkListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The continuation token for the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-