Freigeben über


KustoScriptCollection.Get(String, CancellationToken) Methode

Definition

Ruft ein Kusto-Clusterdatenbankskript ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • Vorgang IdScripts_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource> Get (string scriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>
Public Overridable Function Get (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: