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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET