Interface GetPrivateDnsZoneSuffixResponse


public interface GetPrivateDnsZoneSuffixResponse
An immutable client-side representation of GetPrivateDnsZoneSuffixResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.GetPrivateDnsZoneSuffixResponseInner object.
    Gets the privateDnsZoneSuffix property: Represents the private DNS zone suffix.
  • Method Details

    • privateDnsZoneSuffix

      String privateDnsZoneSuffix()
      Gets the privateDnsZoneSuffix property: Represents the private DNS zone suffix.
      Returns:
      the privateDnsZoneSuffix value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.GetPrivateDnsZoneSuffixResponseInner object.
      Returns:
      the inner object.