Share via


FrontendIPConfiguration.SubnetName Property

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.

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

instance.SubnetName = value

Syntax

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

/** @property */
public void set_SubnetName (String value)
public function get SubnetName () : String

public function set SubnetName (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