你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

资源的名称。

返回

适用于