Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerFrontendIpConfigurationProperties
Packages that use LoadBalancerFrontendIpConfigurationProperties
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LoadBalancerFrontendIpConfigurationProperties in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LoadBalancerFrontendIpConfigurationPropertiesModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfiguration.properties()Get the properties property: Properties of load balancer frontend ip configuration.LoadBalancerFrontendIpConfigurationProperties.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The virtual network private IP address of the IP configuration.LoadBalancerFrontendIpConfigurationProperties.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: The reference to the public ip address resource.LoadBalancerFrontendIpConfigurationProperties.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: The reference to the virtual network subnet resource.Methods in com.azure.resourcemanager.compute.models with parameters of type LoadBalancerFrontendIpConfigurationPropertiesModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfiguration.withProperties(LoadBalancerFrontendIpConfigurationProperties properties) Set the properties property: Properties of load balancer frontend ip configuration.