LoadBalancerConfigurationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. LoadBalancerConfigurationProperties
- com.
Implements
public final class LoadBalancerConfigurationProperties
implements JsonSerializable<LoadBalancerConfigurationProperties>
Describes the properties of the load balancer configuration.
Constructor Summary
Constructor | Description |
---|---|
LoadBalancerConfigurationProperties() |
Creates an instance of Load |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Load |
fromJson(JsonReader jsonReader)
Reads an instance of Load |
List<Load |
frontendIpConfigurations()
Get the frontend |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Load |
withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations)
Set the frontend |
Methods inherited from java.lang.Object
Constructor Details
LoadBalancerConfigurationProperties
public LoadBalancerConfigurationProperties()
Creates an instance of LoadBalancerConfigurationProperties class.
Method Details
fromJson
public static LoadBalancerConfigurationProperties fromJson(JsonReader jsonReader)
Reads an instance of LoadBalancerConfigurationProperties from the JsonReader.
Parameters:
Returns:
Throws:
frontendIpConfigurations
public List
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:
toJson
validate
public void validate()
Validates the instance.
withFrontendIpConfigurations
public LoadBalancerConfigurationProperties withFrontendIpConfigurations(List
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:
Returns:
Applies to
Azure SDK for Java