Interface GetPrivateDnsZoneSuffixesClient


public interface GetPrivateDnsZoneSuffixesClient
An instance of this class provides access to all the operations defined in GetPrivateDnsZoneSuffixesClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get private DNS zone suffix in the cloud.
    com.azure.core.http.rest.Response<String>
    executeWithResponse(com.azure.core.util.Context context)
    Get private DNS zone suffix in the cloud.
  • Method Details

    • executeWithResponse

      com.azure.core.http.rest.Response<String> executeWithResponse(com.azure.core.util.Context context)
      Get private DNS zone suffix in the cloud.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      private DNS zone suffix in the cloud along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • execute

      String execute()
      Get private DNS zone suffix in the cloud.
      Returns:
      private DNS zone suffix in the cloud.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.