次の方法で共有


ScriptsOperationsExtensions.CheckNameAvailability メソッド

定義

スクリプト名が有効であり、まだ使用されていないことを確認します。

public static Microsoft.Azure.Management.Kusto.Models.CheckNameResult CheckNameAvailability (this Microsoft.Azure.Management.Kusto.IScriptsOperations operations, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.Management.Kusto.Models.ScriptCheckNameRequest scriptName);
static member CheckNameAvailability : Microsoft.Azure.Management.Kusto.IScriptsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ScriptCheckNameRequest -> Microsoft.Azure.Management.Kusto.Models.CheckNameResult
<Extension()>
Public Function CheckNameAvailability (operations As IScriptsOperations, resourceGroupName As String, clusterName As String, databaseName As String, scriptName As ScriptCheckNameRequest) As CheckNameResult

パラメーター

operations
IScriptsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

databaseName
String

Kusto クラスター内のデータベースの名前。

scriptName
ScriptCheckNameRequest

スクリプトの名前。

戻り値

適用対象