Script Class
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.
Class representing a database script.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Script : Microsoft.Azure.Management.Kusto.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Script = class
inherit ProxyResource
Public Class Script
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Script() |
Initializes a new instance of the Script class. |
Script(String, String, String, String, String, String, String, Nullable<Boolean>, String, SystemData) |
Initializes a new instance of the Script class. |
Properties
ContinueOnErrors |
Gets or sets flag that indicates whether to continue if one of the command fails. |
ForceUpdateTag |
Gets or sets a unique string. If changed the script will be applied again. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
ProvisioningState |
Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving' |
ScriptContent |
Gets or sets 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 |
Gets or sets the url to the KQL script blob file. Must not be used together with scriptContent property |
ScriptUrlSasToken |
Gets or sets the SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property. |
SystemData | |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET