HostedServiceUpdateParameters.ReverseDnsFqdn 属性

 

可选。 使用反向 Dns 查询进行查询到的云服务的 IP 地址解析时的 Dns 地址。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

属性值

Type: System.String

请参阅

HostedServiceUpdateParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首