LoadBalancerBackendAddressPropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the load balancer backend addresses.
public class LoadBalancerBackendAddressPropertiesFormat
type LoadBalancerBackendAddressPropertiesFormat = class
Public Class LoadBalancerBackendAddressPropertiesFormat
- Inheritance
-
LoadBalancerBackendAddressPropertiesFormat
Constructors
| Name | Description |
|---|---|
| LoadBalancerBackendAddressPropertiesFormat() |
Initializes a new instance of the LoadBalancerBackendAddressPropertiesFormat class. |
| LoadBalancerBackendAddressPropertiesFormat(SubResource, String, SubResource, SubResource) |
Initializes a new instance of the LoadBalancerBackendAddressPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| IPAddress |
Gets or sets iP Address belonging to the referenced virtual network. |
| LoadBalancerFrontendIPConfiguration |
Gets or sets reference to the frontend ip address configuration defined in regional loadbalancer. |
| NetworkInterfaceIPConfiguration |
Gets reference to IP address defined in network interfaces. |
| VirtualNetwork |
Gets or sets reference to an existing virtual network. |