Class ListVirtualHubIpConfigurationResults
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ListVirtualHubIpConfigurationResults
-
public final class ListVirtualHubIpConfigurationResults extends Object
VirtualHubIpConfigurations list.
-
-
Constructor Summary
Constructors Constructor Description ListVirtualHubIpConfigurationResults()
-
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 results.voidvalidate()Validates the instance.List<HubIpConfigurationInner>value()Get the value property: The list of VirtualHubIpConfigurations.ListVirtualHubIpConfigurationResultswithNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.ListVirtualHubIpConfigurationResultswithValue(List<HubIpConfigurationInner> value)Set the value property: The list of VirtualHubIpConfigurations.
-
-
-
Method Detail
-
value
public List<HubIpConfigurationInner> value()
Get the value property: The list of VirtualHubIpConfigurations.- Returns:
- the value value.
-
withValue
public ListVirtualHubIpConfigurationResults withValue(List<HubIpConfigurationInner> value)
Set the value property: The list of VirtualHubIpConfigurations.- Parameters:
value- the value value to set.- Returns:
- the ListVirtualHubIpConfigurationResults object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results.- Returns:
- the nextLink value.
-
withNextLink
public ListVirtualHubIpConfigurationResults withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ListVirtualHubIpConfigurationResults object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-