Partilhar via


ScriptProperties Class

Definition

A class representing database script property.

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

Constructors

ScriptProperties()

Creates an new ScriptProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScriptProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScriptProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IScriptProperties.

FromJsonString(String)

Creates a new instance of ScriptProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScriptProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to