KustoScript 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.
KustoScript.
public class KustoScript : Azure.Provisioning.Primitives.ProvisionableResource
type KustoScript = class
inherit ProvisionableResource
Public Class KustoScript
Inherits ProvisionableResource
- Inheritance
Constructors
| Name | Description |
|---|---|
| KustoScript(String, String) |
Creates a new KustoScript. |
Properties
| Name | Description |
|---|---|
| BicepIdentifier |
Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores. (Inherited from NamedProvisionableConstruct) |
| DependsOn |
Declares explicit dependencies on other resources. (Inherited from ProvisionableResource) |
| ForceUpdateTag |
A unique string. If changed the script will be applied again. |
| Id |
Gets the Id. |
| IsExistingResource |
Gets whether this is referencing an existing resource or we're defining a new resource. (Inherited from ProvisionableResource) |
| Name |
The name of the Kusto database script. |
| Parent |
Gets or sets a reference to the parent KustoDatabase. |
| PrincipalPermissionsAction |
Indicates if the permissions for the script caller are kept following completion of the script. |
| ProvisioningState |
The provisioned state of the resource. |
| ResourceType |
Gets the type of the resource. (Inherited from ProvisionableResource) |
| ResourceVersion |
Gets or sets the version of the resource. (Inherited from ProvisionableResource) |
| 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. |
| 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 |
Gets the SystemData. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IBicepValue.Assign(IBicepValue) |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
| IBicepValue.Compile() |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
| IBicepValue.Expression |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsEmpty |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsOutput |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsRequired |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsSecure |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
| IBicepValue.Kind |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
| IBicepValue.LiteralValue |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.Self |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
| IBicepValue.SetReadOnly() |
Make this value readonly. (Inherited from ProvisionableConstruct) |
| IBicepValue.Source |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |
Extension Methods
| Name | Description |
|---|---|
| ToBicepExpression(IBicepValue) |
Convert a IBicepValue into a BicepExpression by its reference to represent its hierarchy. |