Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerConfiguration
Packages that use LoadBalancerConfiguration
Package
Description
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 LoadBalancerConfigurationModifier and TypeMethodDescriptionstatic LoadBalancerConfigurationLoadBalancerConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerConfiguration from the JsonReader.Set the id property: Resource Id.Set the name property: The name of the Load balancer.LoadBalancerConfiguration.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 LoadBalancerConfigurationModifier and TypeMethodDescriptionCloudServiceNetworkProfile.loadBalancerConfigurations()Get the loadBalancerConfigurations property: List of Load balancer configurations.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type LoadBalancerConfigurationModifier and TypeMethodDescriptionCloudServiceNetworkProfile.withLoadBalancerConfigurations(List<LoadBalancerConfiguration> loadBalancerConfigurations) Set the loadBalancerConfigurations property: List of Load balancer configurations.