次の方法で共有


KustoDatabaseResource.GetKustoScriptAsync(String, CancellationToken) メソッド

定義

Kusto クラスター データベース スクリプトを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • 操作IdScripts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>> GetKustoScriptAsync (string scriptName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoScriptAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>>
override this.GetKustoScriptAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoScriptResource>>
Public Overridable Function GetKustoScriptAsync (scriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KustoScriptResource))

パラメーター

scriptName
String

Kusto データベース スクリプトの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

scriptName は空の文字列であり、空でないと想定されていました。

scriptName が null です。

適用対象