HostedServiceUpdateParameters.ReverseDnsFqdn Property
Optional. Dns address to which the cloud service's IP address resolves when queried using a reverse Dns query.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string ReverseDnsFqdn { get; set; }
public:
property String^ ReverseDnsFqdn {
String^ get();
void set(String^ value);
}
member ReverseDnsFqdn : string with get, set
Public Property ReverseDnsFqdn As String
Property Value
Type: System.String
See Also
HostedServiceUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top