BackendServer.IPAddress Property

 

Optional. IP address of backend server.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top