Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerVipSwapRequestFrontendIpConfiguration
Packages that use LoadBalancerVipSwapRequestFrontendIpConfiguration
Package
Description
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 LoadBalancerVipSwapRequestFrontendIpConfigurationModifier and TypeMethodDescriptionLoadBalancerVipSwapRequestFrontendIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerVipSwapRequestFrontendIpConfiguration from the JsonReader.Set the id property: The ID of frontend IP configuration resource.LoadBalancerVipSwapRequestFrontendIpConfiguration.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 LoadBalancerVipSwapRequestFrontendIpConfigurationModifier and TypeMethodDescriptionLoadBalancerVipSwapRequest.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 LoadBalancerVipSwapRequestFrontendIpConfigurationModifier and TypeMethodDescriptionLoadBalancerVipSwapRequest.withFrontendIpConfigurations(List<LoadBalancerVipSwapRequestFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: A list of frontend IP configuration resources that should swap VIPs.