Class LoadBalancerProbeListResult
java.lang.Object
com.azure.resourcemanager.network.models.LoadBalancerProbeListResult
Response for ListProbe API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LoadBalancerProbeListResult 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 probes in a load balancer.withValue(List<ProbeInner> value) Set the value property: A list of probes in a load balancer.
-
Constructor Details
-
LoadBalancerProbeListResult
public LoadBalancerProbeListResult()Creates an instance of LoadBalancerProbeListResult class.
-
-
Method Details
-
value
Get the value property: A list of probes in a load balancer.- Returns:
- the value value.
-
withValue
Set the value property: A list of probes in a load balancer.- Parameters:
value- the value value to set.- Returns:
- the LoadBalancerProbeListResult 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.
-