Class NetworkInterfaceLoadBalancerListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.NetworkInterfaceLoadBalancerListResult
-
public final class NetworkInterfaceLoadBalancerListResult extends Object
Response for list ip configurations API service call.
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceLoadBalancerListResult()
-
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<LoadBalancerInner>value()Get the value property: A list of load balancers.NetworkInterfaceLoadBalancerListResultwithValue(List<LoadBalancerInner> value)Set the value property: A list of load balancers.
-
-
-
Method Detail
-
value
public List<LoadBalancerInner> value()
Get the value property: A list of load balancers.- Returns:
- the value value.
-
withValue
public NetworkInterfaceLoadBalancerListResult withValue(List<LoadBalancerInner> value)
Set the value property: A list of load balancers.- Parameters:
value- the value value to set.- Returns:
- the NetworkInterfaceLoadBalancerListResult object itself.
-
nextLink
public String 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.
-
-