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
Methods in com.azure.resourcemanager.compute.models that return LoadBalancerConfigurationPropertiesModifier and TypeMethodDescriptionLoadBalancerConfiguration.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.