Uses of Interface
com.azure.resourcemanager.kusto.models.Script
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of Script in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionScript.Update.apply()
Executes the update request.Script.Update.apply
(com.azure.core.util.Context context) Executes the update request.Script.DefinitionStages.WithCreate.create()
Executes the create request.Script.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a Kusto cluster database script.Gets a Kusto cluster database script.Script.refresh()
Refreshes the resource to sync with Azure.Script.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Script>
Scripts.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a Kusto cluster database script.com.azure.core.http.rest.Response<Script>
Scripts.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<Script>
Scripts.listByDatabase
(String resourceGroupName, String clusterName, String databaseName) Returns the list of database scripts for given database.com.azure.core.http.rest.PagedIterable<Script>
Scripts.listByDatabase
(String resourceGroupName, String clusterName, String databaseName, com.azure.core.util.Context context) Returns the list of database scripts for given database.