Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerVipSwapRequest
Packages that use LoadBalancerVipSwapRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerVipSwapRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type LoadBalancerVipSwapRequestModifier and TypeMethodDescriptionLoadBalancersClient.beginSwapPublicIpAddresses(String location, LoadBalancerVipSwapRequest parameters) Swaps VIPs between two load balancers.LoadBalancersClient.beginSwapPublicIpAddresses(String location, LoadBalancerVipSwapRequest parameters, com.azure.core.util.Context context) Swaps VIPs between two load balancers.LoadBalancersClient.beginSwapPublicIpAddressesAsync(String location, LoadBalancerVipSwapRequest parameters) Swaps VIPs between two load balancers.voidLoadBalancersClient.swapPublicIpAddresses(String location, LoadBalancerVipSwapRequest parameters) Swaps VIPs between two load balancers.voidLoadBalancersClient.swapPublicIpAddresses(String location, LoadBalancerVipSwapRequest parameters, com.azure.core.util.Context context) Swaps VIPs between two load balancers.LoadBalancersClient.swapPublicIpAddressesAsync(String location, LoadBalancerVipSwapRequest parameters) Swaps VIPs between two load balancers.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> LoadBalancersClient.swapPublicIpAddressesWithResponseAsync(String location, LoadBalancerVipSwapRequest parameters) Swaps VIPs between two load balancers. -
Uses of LoadBalancerVipSwapRequest in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return LoadBalancerVipSwapRequestModifier and TypeMethodDescriptionstatic LoadBalancerVipSwapRequestLoadBalancerVipSwapRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerVipSwapRequest from the JsonReader.LoadBalancerVipSwapRequest.withFrontendIpConfigurations(List<LoadBalancerVipSwapRequestFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: A list of frontend IP configuration resources that should swap VIPs.