LoadBalancerCreateParameters.FrontendIPConfiguration Property

 

Optional. 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)

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.FrontendIPConfiguration

See Also

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

Return to top