Freigeben über


KustoDatabaseResource.GetKustoScript(String, CancellationToken) Methode

Definition

Ruft ein Kusto-Clusterdatenbankskript ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgangs-IdScripts_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource> GetKustoScript (string scriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoScript : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>
override this.GetKustoScript : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>
Public Overridable Function GetKustoScript (scriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoScriptResource)

Parameter

scriptName
String

Der Name des Kusto-Datenbankskripts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

scriptName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

scriptName ist NULL.

Gilt für: