KqlScriptClient.StartCreateOrUpdate 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.
Creates or updates a KQL Script.
public virtual Azure.Analytics.Synapse.Artifacts.KqlScriptCreateOrUpdateOperation StartCreateOrUpdate(string kqlScriptName, Azure.Analytics.Synapse.Artifacts.Models.KqlScriptResource kqlScript, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdate : string * Azure.Analytics.Synapse.Artifacts.Models.KqlScriptResource * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.KqlScriptCreateOrUpdateOperation
override this.StartCreateOrUpdate : string * Azure.Analytics.Synapse.Artifacts.Models.KqlScriptResource * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.KqlScriptCreateOrUpdateOperation
Public Overridable Function StartCreateOrUpdate (kqlScriptName As String, kqlScript As KqlScriptResource, Optional cancellationToken As CancellationToken = Nothing) As KqlScriptCreateOrUpdateOperation
Parameters
- kqlScriptName
- String
KQL script name.
- kqlScript
- KqlScriptResource
KQL script.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
kqlScriptName
or kqlScript
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET