Uses of Class
com.azure.resourcemanager.kusto.fluent.models.ScriptInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ScriptInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionScriptsClient.createOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Creates a Kusto database script.ScriptsClient.createOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Creates a Kusto database script.ScriptsClient.get
(String resourceGroupName, String clusterName, String databaseName, String scriptName) Gets a Kusto cluster database script.ScriptsClient.update
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Updates a database script.ScriptsClient.update
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Updates a database script.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Creates a Kusto database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Creates a Kusto database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Creates a Kusto database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Creates a Kusto database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Updates a database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Updates a database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Updates a database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Updates a database script.com.azure.core.http.rest.Response<ScriptInner>
ScriptsClient.getWithResponse
(String resourceGroupName, String clusterName, String databaseName, String scriptName, com.azure.core.util.Context context) Gets a Kusto cluster database script.com.azure.core.http.rest.PagedIterable<ScriptInner>
ScriptsClient.listByDatabase
(String resourceGroupName, String clusterName, String databaseName) Returns the list of database scripts for given database.com.azure.core.http.rest.PagedIterable<ScriptInner>
ScriptsClient.listByDatabase
(String resourceGroupName, String clusterName, String databaseName, com.azure.core.util.Context context) Returns the list of database scripts for given database.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Creates a Kusto database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Creates a Kusto database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Updates a database script.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScriptInner>,
ScriptInner> ScriptsClient.beginUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Updates a database script.ScriptsClient.createOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Creates a Kusto database script.ScriptsClient.createOrUpdate
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Creates a Kusto database script.ScriptsClient.update
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters) Updates a database script.ScriptsClient.update
(String resourceGroupName, String clusterName, String databaseName, String scriptName, ScriptInner parameters, com.azure.core.util.Context context) Updates a database script. -
Uses of ScriptInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionScriptInner.withContinueOnErrors
(Boolean continueOnErrors) Set the continueOnErrors property: Flag that indicates whether to continue if one of the command fails.ScriptInner.withForceUpdateTag
(String forceUpdateTag) Set the forceUpdateTag property: A unique string.ScriptInner.withScriptContent
(String scriptContent) Set the scriptContent property: The script content.ScriptInner.withScriptUrl
(String scriptUrl) Set the scriptUrl property: The url to the KQL script blob file.ScriptInner.withScriptUrlSasToken
(String scriptUrlSasToken) Set the scriptUrlSasToken property: The SaS token that provide read access to the file which contain the script. -
Uses of ScriptInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionScript.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.ScriptInner object.Modifier and TypeMethodDescriptionScriptListResult.value()
Get the value property: The list of Kusto scripts.Modifier and TypeMethodDescriptionScriptListResult.withValue
(List<ScriptInner> value) Set the value property: The list of Kusto scripts.