Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerFrontendIpConfiguration
Packages that use LoadBalancerFrontendIpConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LoadBalancerFrontendIpConfiguration in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type LoadBalancerFrontendIpConfigurationModifier and TypeClassDescriptionfinal classSpecifies the frontend IP to be used for the load balancer.Methods in com.azure.resourcemanager.compute.models that return LoadBalancerFrontendIpConfigurationModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerFrontendIpConfiguration from the JsonReader.Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer.LoadBalancerFrontendIpConfiguration.withProperties(LoadBalancerFrontendIpConfigurationProperties properties) Set the properties property: Properties of load balancer frontend ip configuration.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type LoadBalancerFrontendIpConfigurationModifier and TypeMethodDescriptionLoadBalancerConfigurationProperties.frontendIpConfigurations()Get the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type LoadBalancerFrontendIpConfigurationModifier and TypeMethodDescriptionLoadBalancerConfigurationProperties.withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.