Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerVipSwapRequestFrontendIpConfiguration
-
Packages that use LoadBalancerVipSwapRequestFrontendIpConfiguration Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerVipSwapRequestFrontendIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return LoadBalancerVipSwapRequestFrontendIpConfiguration Modifier and Type Method Description LoadBalancerVipSwapRequestFrontendIpConfigurationLoadBalancerVipSwapRequestFrontendIpConfiguration. withId(String id)Set the id property: The ID of frontend IP configuration resource.LoadBalancerVipSwapRequestFrontendIpConfigurationLoadBalancerVipSwapRequestFrontendIpConfiguration. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: A reference to public IP address resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancerVipSwapRequestFrontendIpConfiguration Modifier and Type Method Description List<LoadBalancerVipSwapRequestFrontendIpConfiguration>LoadBalancerVipSwapRequest. frontendIpConfigurations()Get the frontendIpConfigurations property: A list of frontend IP configuration resources that should swap VIPs.Method parameters in com.azure.resourcemanager.network.models with type arguments of type LoadBalancerVipSwapRequestFrontendIpConfiguration Modifier and Type Method Description LoadBalancerVipSwapRequestLoadBalancerVipSwapRequest. withFrontendIpConfigurations(List<LoadBalancerVipSwapRequestFrontendIpConfiguration> frontendIpConfigurations)Set the frontendIpConfigurations property: A list of frontend IP configuration resources that should swap VIPs.
-