Share via


FrontendIPConfiguration Members

The configuration for the virtual IP address (VIP) this load balancer provides.

The following tables list the members exposed by the FrontendIPConfiguration type.

Public Constructors

  Name Description
  FrontendIPConfiguration Initializes a new instance of the FrontendIPConfiguration class.

Top

Public Properties

  Name Description
StaticVirtualNetworkIPAddress Optional. If the deployment exists inside a virtual network, a specific address from the load balancer subnet can be specified. The VIP for the load balancer will then be this specific IP address. If a static virtual network IP address is provided, the SubnetName element of the load balancer must be specified as well. If the deployment exists outside of a virtual network, no static virtual network IP address can be specified.
SubnetName Optional. If the deployment exists inside a virtual network, a subnet of that virtual network must be specified for the load balancer. The VIP managed by the load balancer will then be an IP address out of this subnet. If the deployment exists outside of a virtual network, no subnet can be specified and the private VIP will be an IP address from the general private address pool.
Type Optional. The type of the VIP provided by this load balancer. Currently, only 'Private' is supported. This will create load balancing services on a private VIP.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

FrontendIPConfiguration Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace