Interface GetPrivateDnsZoneSuffixes


  • public interface GetPrivateDnsZoneSuffixes
    Resource collection API of GetPrivateDnsZoneSuffixes.
    • Method Detail

      • execute

        GetPrivateDnsZoneSuffixResponse 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.
      • executeWithResponse

        com.azure.core.http.rest.Response<GetPrivateDnsZoneSuffixResponse> 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.