Class LoadBalancerListResult
java.lang.Object
com.azure.resourcemanager.network.models.LoadBalancerListResult
Response for ListLoadBalancers API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LoadBalancerListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.value()Get the value property: A list of load balancers in a resource group.withValue(List<LoadBalancerInner> value) Set the value property: A list of load balancers in a resource group.
-
Constructor Details
-
LoadBalancerListResult
public LoadBalancerListResult()Creates an instance of LoadBalancerListResult class.
-
-
Method Details
-
value
Get the value property: A list of load balancers in a resource group.- Returns:
- the value value.
-
withValue
Set the value property: A list of load balancers in a resource group.- Parameters:
value- the value value to set.- Returns:
- the LoadBalancerListResult object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-