ArmKustoModelFactory.KustoScriptData Method
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.
Initializes a new instance of KustoScriptData.
public static Azure.ResourceManager.Kusto.KustoScriptData KustoScriptData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Uri scriptUri = default, string scriptUriSasToken = default, string scriptContent = default, string forceUpdateTag = default, bool? shouldContinueOnErrors = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoScriptData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Uri * string * string * string * Nullable<bool> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.KustoScriptData
Public Shared Function KustoScriptData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional scriptUri As Uri = Nothing, Optional scriptUriSasToken As String = Nothing, Optional scriptContent As String = Nothing, Optional forceUpdateTag As String = Nothing, Optional shouldContinueOnErrors As Nullable(Of Boolean) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoScriptData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- scriptUri
- Uri
The url to the KQL script blob file. Must not be used together with scriptContent property.
- scriptUriSasToken
- String
The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.
- scriptContent
- String
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.
- forceUpdateTag
- String
A unique string. If changed the script will be applied again.
Flag that indicates whether to continue if one of the command fails.
- provisioningState
- Nullable<KustoProvisioningState>
The provisioned state of the resource.
Returns
A new KustoScriptData instance for mocking.
Applies to
Azure SDK for .NET