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