Partager via


KustoScriptCollection.CreateOrUpdateAsync Méthode

Définition

Crée un script de base de données Kusto.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}
  • IdScripts_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoScriptResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string scriptName, Azure.ResourceManager.Kusto.KustoScriptData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoScriptData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoScriptResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoScriptData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoScriptResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, scriptName As String, data As KustoScriptData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of KustoScriptResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

scriptName
String

Nom du script de base de données Kusto.

data
KustoScriptData

Les paramètres de script Kusto contiennent le KQL à exécuter.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

scriptName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

scriptName ou data est null.

S’applique à