Class LoadBalancerConfigurationProperties
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.LoadBalancerConfigurationProperties
-
public final class LoadBalancerConfigurationProperties extends Object
The LoadBalancerConfigurationProperties model.
-
-
Constructor Summary
Constructors Constructor Description LoadBalancerConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LoadBalancerFrontendIpConfiguration>frontendIpConfigurations()Get the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.voidvalidate()Validates the instance.LoadBalancerConfigurationPropertieswithFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations)Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.
-
-
-
Method Detail
-
frontendIpConfigurations
public List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations()
Get the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.- Returns:
- the frontendIpConfigurations value.
-
withFrontendIpConfigurations
public LoadBalancerConfigurationProperties withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations)
Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.- Parameters:
frontendIpConfigurations- the frontendIpConfigurations value to set.- Returns:
- the LoadBalancerConfigurationProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-