다음을 통해 공유


ArmMySqlFlexibleServersModelFactory.MySqlFlexibleServerPrivateDnsZoneSuffixResponse Method

Definition

Initializes a new instance of MySqlFlexibleServerPrivateDnsZoneSuffixResponse.

public static Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerPrivateDnsZoneSuffixResponse MySqlFlexibleServerPrivateDnsZoneSuffixResponse (string privateDnsZoneSuffix = default);
static member MySqlFlexibleServerPrivateDnsZoneSuffixResponse : string -> Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerPrivateDnsZoneSuffixResponse
Public Shared Function MySqlFlexibleServerPrivateDnsZoneSuffixResponse (Optional privateDnsZoneSuffix As String = Nothing) As MySqlFlexibleServerPrivateDnsZoneSuffixResponse

Parameters

privateDnsZoneSuffix
String

Represents the private DNS zone suffix.

Returns

A new MySqlFlexibleServerPrivateDnsZoneSuffixResponse instance for mocking.

Applies to