Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerConfiguration
-
Packages that use LoadBalancerConfiguration Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of LoadBalancerConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LoadBalancerConfiguration Modifier and Type Method Description LoadBalancerConfigurationLoadBalancerConfiguration. withId(String id)Set the id property: Resource Id.LoadBalancerConfigurationLoadBalancerConfiguration. withName(String name)Set the name property: The name of the Load balancer.LoadBalancerConfigurationLoadBalancerConfiguration. withProperties(LoadBalancerConfigurationProperties properties)Set the properties property: Properties of the load balancer configuration.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type LoadBalancerConfiguration Modifier and Type Method Description List<LoadBalancerConfiguration>CloudServiceNetworkProfile. loadBalancerConfigurations()Get the loadBalancerConfigurations property: List of Load balancer configurations.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type LoadBalancerConfiguration Modifier and Type Method Description CloudServiceNetworkProfileCloudServiceNetworkProfile. withLoadBalancerConfigurations(List<LoadBalancerConfiguration> loadBalancerConfigurations)Set the loadBalancerConfigurations property: List of Load balancer configurations.
-