Class LoadBalancerFrontendIpConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.LoadBalancerFrontendIpConfiguration
-
public final class LoadBalancerFrontendIpConfiguration extends Object
The LoadBalancerFrontendIpConfiguration model.
-
-
Constructor Summary
Constructors Constructor Description LoadBalancerFrontendIpConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer.LoadBalancerFrontendIpConfigurationPropertiesproperties()Get the properties property: Properties of load balancer frontend ip configuration.voidvalidate()Validates the instance.LoadBalancerFrontendIpConfigurationwithName(String name)Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer.LoadBalancerFrontendIpConfigurationwithProperties(LoadBalancerFrontendIpConfigurationProperties properties)Set the properties property: Properties of load balancer frontend ip configuration.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.- Returns:
- the name value.
-
withName
public LoadBalancerFrontendIpConfiguration withName(String name)
Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.- Parameters:
name- the name value to set.- Returns:
- the LoadBalancerFrontendIpConfiguration object itself.
-
properties
public LoadBalancerFrontendIpConfigurationProperties properties()
Get the properties property: Properties of load balancer frontend ip configuration.- Returns:
- the properties value.
-
withProperties
public LoadBalancerFrontendIpConfiguration withProperties(LoadBalancerFrontendIpConfigurationProperties properties)
Set the properties property: Properties of load balancer frontend ip configuration.- Parameters:
properties- the properties value to set.- Returns:
- the LoadBalancerFrontendIpConfiguration object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-