AGHttpListener.FrontendIP Property
Optional. Name of the Frontend IP.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string FrontendIP { get; set; }
public:
property String^ FrontendIP {
String^ get();
void set(String^ value);
}
member FrontendIP : string with get, set
Public Property FrontendIP As String
Property Value
Type: System.String
See Also
AGHttpListener Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top