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 | |
---|---|---|
FrontendIPConfiguration() | Initializes a new instance of the FrontendIPConfiguration class. |
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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