public class LoadBalancerVipSwapRequestFrontendIpConfiguration extends Object
| Constructor and Description |
|---|
LoadBalancerVipSwapRequestFrontendIpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: The ID of frontend IP configuration resource.
|
com.azure.core.management.SubResource |
publicIpAddress()
Get the publicIpAddress property: A reference to public IP address resource.
|
void |
validate()
Validates the instance.
|
LoadBalancerVipSwapRequestFrontendIpConfiguration |
withId(String id)
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.
|
public LoadBalancerVipSwapRequestFrontendIpConfiguration()
public String id()
public LoadBalancerVipSwapRequestFrontendIpConfiguration withId(String id)
id - the id value to set.public com.azure.core.management.SubResource publicIpAddress()
public LoadBalancerVipSwapRequestFrontendIpConfiguration withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.