Partilhar via


IScriptProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.ScriptPropertiesTypeConverter))]
public interface IScriptProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.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.

PrincipalPermissionsAction

Indicates if the permissions for the script caller are kept following completion of the script.

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.

ScriptLevel

Differentiates between the type of script commands included - Database or Cluster. The default is Database.

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