Compartir a través de


IScriptProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ScriptPropertiesTypeConverter))]
public interface IScriptProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ScriptPropertiesTypeConverter))>]
type IScriptProperties = interface
    interface IJsonSerializable
Public Interface IScriptProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ContinueOnError

Flag that indicates whether to continue if one of the command fails.

ForceUpdateTag

A unique string. If changed the script will be applied again.

ProvisioningState

The provisioned state of the resource.

ScriptContent

The script content. This property should be used when the script is provide inline and not through file in a SA. Must not be used together with scriptUrl and scriptUrlSasToken properties.

ScriptUrl

The url to the KQL script blob file. Must not be used together with scriptContent property

ScriptUrlSasToken

The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to