次の方法で共有


LoadBalancerBackendAddress Class

Definition

Load balancer backend addresses.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LoadBalancerBackendAddress
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoadBalancerBackendAddress = class
Public Class LoadBalancerBackendAddress
Inheritance
LoadBalancerBackendAddress
Attributes

Constructors

LoadBalancerBackendAddress()

Initializes a new instance of the LoadBalancerBackendAddress class.

LoadBalancerBackendAddress(SubResource, String, SubResource, SubResource, String)

Initializes a new instance of the LoadBalancerBackendAddress class.

Properties

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.

Name

Gets or sets name of the backend address.

NetworkInterfaceIPConfiguration

Gets reference to IP address defined in network interfaces.

VirtualNetwork

Gets or sets reference to an existing virtual network.

Applies to