GetPrivateDnsZoneSuffixResponse コンストラクター

定義

オーバーロード

GetPrivateDnsZoneSuffixResponse()

GetPrivateDnsZoneSuffixResponse クラスの新しいインスタンスを初期化します。

GetPrivateDnsZoneSuffixResponse(String)

GetPrivateDnsZoneSuffixResponse クラスの新しいインスタンスを初期化します。

GetPrivateDnsZoneSuffixResponse()

GetPrivateDnsZoneSuffixResponse クラスの新しいインスタンスを初期化します。

public GetPrivateDnsZoneSuffixResponse ();
Public Sub New ()

適用対象

GetPrivateDnsZoneSuffixResponse(String)

GetPrivateDnsZoneSuffixResponse クラスの新しいインスタンスを初期化します。

public GetPrivateDnsZoneSuffixResponse (string privateDnsZoneSuffix = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.GetPrivateDnsZoneSuffixResponse : string -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.GetPrivateDnsZoneSuffixResponse
Public Sub New (Optional privateDnsZoneSuffix As String = Nothing)

パラメーター

privateDnsZoneSuffix
String

プライベート DNS ゾーン サフィックスを表します。

適用対象