次の方法で共有


AttachedDatabaseConfigurationsOperationsExtensions.CheckNameAvailability メソッド

定義

アタッチされたデータベース構成リソース名が有効であり、まだ使用されていないことを確認します。

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

パラメーター

operations
IAttachedDatabaseConfigurationsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

resourceName
AttachedDatabaseConfigurationsCheckNameRequest

リソースの名前。

戻り値

適用対象