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

ManagedPrivateEndpointsOperationsExtensions.CheckNameAvailability 方法

定义

检查托管专用终结点资源名称是否有效且尚未使用。

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

参数

operations
IManagedPrivateEndpointsOperations

此扩展方法的操作组。

resourceGroupName
String

包含 Kusto 群集的资源组的名称。

clusterName
String

Kusto 群集的名称。

resourceName
ManagedPrivateEndpointsCheckNameRequest

资源的名称。

返回

适用于