Condividi tramite


KustoScriptCollection.GetAll(CancellationToken) Method

Definition

Returns the list of database scripts for given database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts
  • Operation Id: Scripts_ListByDatabase
public virtual Azure.Pageable<Azure.ResourceManager.Kusto.KustoScriptResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoScriptResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoScriptResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoScriptResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of KustoScriptResource that may take multiple service requests to iterate over.

Applies to