Class ListHubVirtualNetworkConnectionsResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ListHubVirtualNetworkConnectionsResult
-
public final class ListHubVirtualNetworkConnectionsResult extends Object
List of HubVirtualNetworkConnections and a URL nextLink to get the next set of results.
-
-
Constructor Summary
Constructors Constructor Description ListHubVirtualNetworkConnectionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to get the next set of operation list results if there are any.voidvalidate()Validates the instance.List<HubVirtualNetworkConnectionInner>value()Get the value property: List of HubVirtualNetworkConnections.ListHubVirtualNetworkConnectionsResultwithNextLink(String nextLink)Set the nextLink property: URL to get the next set of operation list results if there are any.ListHubVirtualNetworkConnectionsResultwithValue(List<HubVirtualNetworkConnectionInner> value)Set the value property: List of HubVirtualNetworkConnections.
-
-
-
Method Detail
-
value
public List<HubVirtualNetworkConnectionInner> value()
Get the value property: List of HubVirtualNetworkConnections.- Returns:
- the value value.
-
withValue
public ListHubVirtualNetworkConnectionsResult withValue(List<HubVirtualNetworkConnectionInner> value)
Set the value property: List of HubVirtualNetworkConnections.- Parameters:
value- the value value to set.- Returns:
- the ListHubVirtualNetworkConnectionsResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of operation list results if there are any.- Returns:
- the nextLink value.
-
withNextLink
public ListHubVirtualNetworkConnectionsResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of operation list results if there are any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ListHubVirtualNetworkConnectionsResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-