Class VirtualNetworkListUsageResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VirtualNetworkListUsageResult
-
public final class VirtualNetworkListUsageResult extends Object
Response for the virtual networks GetUsage API service call.
-
-
Constructor Summary
Constructors Constructor Description VirtualNetworkListUsageResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<VirtualNetworkUsageInner>value()Get the value property: VirtualNetwork usage stats.VirtualNetworkListUsageResultwithNextLink(String nextLink)Set the nextLink property: The URL to get the next set of results.
-
-
-
Method Detail
-
value
public List<VirtualNetworkUsageInner> value()
Get the value property: VirtualNetwork usage stats.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
withNextLink
public VirtualNetworkListUsageResult withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the VirtualNetworkListUsageResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-