KqlScriptsClient Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.KqlScriptsClient

public final class KqlScriptsClient

Initializes a new instance of the synchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
PagedIterable<KqlScriptResource> getAll()

Get all KQL scripts.

PagedIterable<KqlScriptResource> getAll(Context context)

Get all KQL scripts.

Methods inherited from java.lang.Object

Method Details

getAll

public PagedIterable getAll()

Get all KQL scripts.

Returns:

all KQL scripts as paginated response with PagedIterable<T>.

getAll

public PagedIterable getAll(Context context)

Get all KQL scripts.

Parameters:

context - The context to associate with this operation.

Returns:

all KQL scripts as paginated response with PagedIterable<T>.

Applies to