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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET