Share via


HttpLoadBalancingRule.BackendHttpSettings Property

 

Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

HttpLoadBalancingRule Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top