Delen via


KustoScriptData Class

Definition

A class representing the KustoScript data model. Class representing a database script.

public class KustoScriptData : Azure.ResourceManager.Models.ResourceData
type KustoScriptData = class
    inherit ResourceData
Public Class KustoScriptData
Inherits ResourceData
Inheritance
KustoScriptData

Constructors

KustoScriptData()

Initializes a new instance of KustoScriptData.

Properties

ForceUpdateTag

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioned state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
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.

ScriptUri

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

ScriptUriSasToken

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

ShouldContinueOnErrors

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

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to