| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerBackendAddress |
LoadBalancerBackendAddress.withIpAddress(String ipAddress)
Set the ipAddress property: IP Address belonging to the referenced virtual network.
|
LoadBalancerBackendAddress |
LoadBalancerBackendAddress.withLoadBalancerFrontendIpConfiguration(com.azure.core.management.SubResource loadBalancerFrontendIpConfiguration)
Set the loadBalancerFrontendIpConfiguration property: Reference to the frontend ip address configuration defined
in regional loadbalancer.
|
LoadBalancerBackendAddress |
LoadBalancerBackendAddress.withName(String name)
Set the name property: Name of the backend address.
|
LoadBalancerBackendAddress |
LoadBalancerBackendAddress.withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to an existing subnet.
|
LoadBalancerBackendAddress |
LoadBalancerBackendAddress.withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork)
Set the virtualNetwork property: Reference to an existing virtual network.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.