Share via


GetPrivateDnsZoneSuffixResponse Constructors

Definition

Overloads

GetPrivateDnsZoneSuffixResponse()

Initializes a new instance of the GetPrivateDnsZoneSuffixResponse class.

GetPrivateDnsZoneSuffixResponse(String)

Initializes a new instance of the GetPrivateDnsZoneSuffixResponse class.

GetPrivateDnsZoneSuffixResponse()

Initializes a new instance of the GetPrivateDnsZoneSuffixResponse class.

public GetPrivateDnsZoneSuffixResponse ();
Public Sub New ()

Applies to

GetPrivateDnsZoneSuffixResponse(String)

Initializes a new instance of the GetPrivateDnsZoneSuffixResponse class.

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)

Parameters

privateDnsZoneSuffix
String

Represents the private DNS zone suffix.

Applies to