GetPrivateDnsZoneSuffixResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET