WebSite.WebSiteHostNameSslState.VirtualIP Property
Gets or sets the IP address that is assigned to the hostname.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string VirtualIP { get; set; }
public:
property String^ VirtualIP {
String^ get();
void set(String^ value);
}
member VirtualIP : string with get, set
Public Property VirtualIP As String
Property Value
Type: System.String
The IP address.
Remarks
This value is used if the hostname uses IP SSL.
See Also
WebSite.WebSiteHostNameSslState Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top