你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomDnsConfigPropertiesFormat 构造函数

定义

重载

CustomDnsConfigPropertiesFormat()

初始化 CustomDnsConfigPropertiesFormat 类的新实例。

CustomDnsConfigPropertiesFormat(String, IList<String>)

初始化 CustomDnsConfigPropertiesFormat 类的新实例。

CustomDnsConfigPropertiesFormat()

初始化 CustomDnsConfigPropertiesFormat 类的新实例。

public CustomDnsConfigPropertiesFormat ();
Public Sub New ()

适用于

CustomDnsConfigPropertiesFormat(String, IList<String>)

初始化 CustomDnsConfigPropertiesFormat 类的新实例。

public CustomDnsConfigPropertiesFormat (string fqdn = default, System.Collections.Generic.IList<string> ipAddresses = default);
new Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat
Public Sub New (Optional fqdn As String = Nothing, Optional ipAddresses As IList(Of String) = Nothing)

参数

fqdn
String

解析为专用终结点 IP 地址的 Fqdn。

ipAddresses
IList<String>

专用终结点的专用 IP 地址列表。

适用于