public final class LoadBalancerVipSwapRequest extends Object
| Constructor and Description |
|---|
LoadBalancerVipSwapRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<LoadBalancerVipSwapRequestFrontendIpConfiguration> |
frontendIpConfigurations()
Get the frontendIpConfigurations property: A list of frontend IP configuration resources that should swap VIPs.
|
void |
validate()
Validates the instance.
|
LoadBalancerVipSwapRequest |
withFrontendIpConfigurations(List<LoadBalancerVipSwapRequestFrontendIpConfiguration> frontendIpConfigurations)
Set the frontendIpConfigurations property: A list of frontend IP configuration resources that should swap VIPs.
|
public List<LoadBalancerVipSwapRequestFrontendIpConfiguration> frontendIpConfigurations()
public LoadBalancerVipSwapRequest withFrontendIpConfigurations(List<LoadBalancerVipSwapRequestFrontendIpConfiguration> frontendIpConfigurations)
frontendIpConfigurations - the frontendIpConfigurations value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.