次の方法で共有


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 アドレスの一覧。

適用対象