次の方法で共有


DataConnectionsOperationsExtensions.CheckNameAvailability メソッド

定義

データ接続名が有効で、まだ使用されていないことを確認します。

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

パラメーター

operations
IDataConnectionsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

databaseName
String

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

dataConnectionName
DataConnectionCheckNameRequest

データ接続の名前。

戻り値

適用対象