FrontendIPConfiguration Class

 

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

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.FrontendIPConfiguration

Syntax

public class FrontendIPConfiguration
public ref class FrontendIPConfiguration 
type FrontendIPConfiguration = class end
Public Class FrontendIPConfiguration

Constructors

Name Description
System_CAPS_pubmethod FrontendIPConfiguration()

Initializes a new instance of the FrontendIPConfiguration class.

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top