KustoScriptCollection.GetAll(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Default Api Version: 2024-04-13
- Resource: KustoScriptResource
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.