public class LoadBalancerBackendAddress extends Object
| Constructor and Description |
|---|
LoadBalancerBackendAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipAddress()
Get the ipAddress property: IP Address belonging to the referenced virtual network.
|
String |
name()
Get the name property: Name of the backend address.
|
com.azure.core.management.SubResource |
networkInterfaceIpConfiguration()
Get the networkInterfaceIpConfiguration property: Reference to IP address defined in network interfaces.
|
void |
validate()
Validates the instance.
|
com.azure.core.management.SubResource |
virtualNetwork()
Get the virtualNetwork property: Reference to an existing virtual network.
|
LoadBalancerBackendAddress |
withIpAddress(String ipAddress)
Set the ipAddress property: IP Address belonging to the referenced virtual network.
|
LoadBalancerBackendAddress |
withName(String name)
Set the name property: Name of the backend address.
|
LoadBalancerBackendAddress |
withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork)
Set the virtualNetwork property: Reference to an existing virtual network.
|
public String name()
public LoadBalancerBackendAddress withName(String name)
name - the name value to set.public com.azure.core.management.SubResource virtualNetwork()
public LoadBalancerBackendAddress withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork)
virtualNetwork - the virtualNetwork value to set.public String ipAddress()
public LoadBalancerBackendAddress withIpAddress(String ipAddress)
ipAddress - the ipAddress value to set.public com.azure.core.management.SubResource networkInterfaceIpConfiguration()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.