Uses of Class
com.azure.resourcemanager.kusto.models.ScriptCheckNameRequest
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ScriptCheckNameRequest in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionScriptsClient.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, ScriptCheckNameRequest scriptName) Checks that the script name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResultInner>
ScriptsClient.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, ScriptCheckNameRequest scriptName, com.azure.core.util.Context context) Checks that the script name is valid and is not already in use. -
Uses of ScriptCheckNameRequest in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionSet the name property: Script name.Set the type property: The type of resource, Microsoft.Kusto/clusters/databases/scripts.Modifier and TypeMethodDescriptionScripts.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, ScriptCheckNameRequest scriptName) Checks that the script name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
Scripts.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, ScriptCheckNameRequest scriptName, com.azure.core.util.Context context) Checks that the script name is valid and is not already in use.