Uses of Class
com.azure.resourcemanager.compute.models.LoadBalancerFrontendIpConfigurationProperties
-
Packages that use LoadBalancerFrontendIpConfigurationProperties Package Description com.azure.resourcemanager.compute.models 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 LoadBalancerFrontendIpConfigurationProperties Modifier and Type Method Description LoadBalancerFrontendIpConfigurationPropertiesLoadBalancerFrontendIpConfiguration. properties()Get the properties property: Properties of load balancer frontend ip configuration.LoadBalancerFrontendIpConfigurationPropertiesLoadBalancerFrontendIpConfigurationProperties. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: The virtual network private IP address of the IP configuration.LoadBalancerFrontendIpConfigurationPropertiesLoadBalancerFrontendIpConfigurationProperties. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: The reference to the public ip address resource.LoadBalancerFrontendIpConfigurationPropertiesLoadBalancerFrontendIpConfigurationProperties. 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 LoadBalancerFrontendIpConfigurationProperties Modifier and Type Method Description LoadBalancerFrontendIpConfigurationLoadBalancerFrontendIpConfiguration. withProperties(LoadBalancerFrontendIpConfigurationProperties properties)Set the properties property: Properties of load balancer frontend ip configuration.
-