Class KqlScriptsAsyncClient

java.lang.Object
com.azure.analytics.synapse.artifacts.KqlScriptsAsyncClient

public final class KqlScriptsAsyncClient extends Object
Initializes a new instance of the asynchronous ArtifactsClient type.
  • Method Details

    • getAll

      public com.azure.core.http.rest.PagedFlux<KqlScriptResource> getAll()
      Get all KQL scripts.
      Returns:
      all KQL scripts as paginated response with PagedFlux.
      Throws:
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.