Uses of Class
com.azure.resourcemanager.kusto.fluent.models.ScriptProperties
Package
Description
Package containing the inner data models for KustoManagementClient.
-
Uses of ScriptProperties in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionScriptProperties.withContinueOnErrors
(Boolean continueOnErrors) Set the continueOnErrors property: Flag that indicates whether to continue if one of the command fails.ScriptProperties.withForceUpdateTag
(String forceUpdateTag) Set the forceUpdateTag property: A unique string.ScriptProperties.withScriptContent
(String scriptContent) Set the scriptContent property: The script content.ScriptProperties.withScriptUrl
(String scriptUrl) Set the scriptUrl property: The url to the KQL script blob file.ScriptProperties.withScriptUrlSasToken
(String scriptUrlSasToken) Set the scriptUrlSasToken property: The SaS token that provide read access to the file which contain the script.