Share via


FrontendIPConfiguration.StaticVirtualNetworkIPAddress Property

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.

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

Usage

'Usage
Dim instance As FrontendIPConfiguration
Dim value As String

value = instance.StaticVirtualNetworkIPAddress

instance.StaticVirtualNetworkIPAddress = value

Syntax

'Declaration
Public Property StaticVirtualNetworkIPAddress As String
public string StaticVirtualNetworkIPAddress { get; set; }
public:
property String^ StaticVirtualNetworkIPAddress {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_StaticVirtualNetworkIPAddress ()

/** @property */
public void set_StaticVirtualNetworkIPAddress (String value)
public function get StaticVirtualNetworkIPAddress () : String

public function set StaticVirtualNetworkIPAddress (value : String)

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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