Class KqlScriptsClient


  • public final class KqlScriptsClient
    extends Object
    Initializes a new instance of the synchronous ArtifactsClient type.
    • Method Detail

      • getAll

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

        public com.azure.core.http.rest.PagedIterable<KqlScriptResource> getAll​(com.azure.core.util.Context context)
        Get all KQL scripts.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        all KQL scripts as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        ErrorContractException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.