Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerFrontendIpConfiguration
-
Packages that use LoadBalancerFrontendIpConfiguration Package Description com.azure.resourcemanager.compute.models 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 LoadBalancerFrontendIpConfiguration Modifier and Type Method Description LoadBalancerFrontendIpConfigurationLoadBalancerFrontendIpConfiguration. withName(String name)Set the name property: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer.LoadBalancerFrontendIpConfigurationLoadBalancerFrontendIpConfiguration. 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 LoadBalancerFrontendIpConfiguration Modifier and Type Method Description List<LoadBalancerFrontendIpConfiguration>LoadBalancerConfigurationProperties. 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 LoadBalancerFrontendIpConfiguration Modifier and Type Method Description LoadBalancerConfigurationPropertiesLoadBalancerConfigurationProperties. withFrontendIpConfigurations(List<LoadBalancerFrontendIpConfiguration> frontendIpConfigurations)Set the frontendIpConfigurations property: Specifies the frontend IP to be used for the load balancer.
-