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)

Syntax

public string StaticVirtualNetworkIPAddress { get; set; }
public:
property String^ StaticVirtualNetworkIPAddress {
    String^ get();
    void set(String^ value);
}
member StaticVirtualNetworkIPAddress : string with get, set
Public Property StaticVirtualNetworkIPAddress As String

Property Value

Type: System.String

See Also

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

Return to top