Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerConfigurationProperties
Packages that use LoadBalancerConfigurationProperties
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LoadBalancerConfigurationProperties in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type LoadBalancerConfigurationPropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of the load balancer configuration.Methods in com.azure.resourcemanager.compute.models that return LoadBalancerConfigurationPropertiesModifier and TypeMethodDescriptionLoadBalancerConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerConfigurationProperties from the JsonReader.LoadBalancerConfiguration.properties()Get the properties property: Properties of the load balancer configuration.LoadBalancerConfigurationProperties.withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.Methods in com.azure.resourcemanager.compute.models with parameters of type LoadBalancerConfigurationPropertiesModifier and TypeMethodDescriptionLoadBalancerConfiguration.withProperties(LoadBalancerConfigurationProperties properties) Set the properties property: Properties of the load balancer configuration.