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

ManagedPrivateEndpointsOperationsExtensions.BeginCreateOrUpdateAsync 方法

定义

创建托管专用终结点。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string managedPrivateEndpointName, Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String, managedPrivateEndpointName As String, parameters As ManagedPrivateEndpoint, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedPrivateEndpoint)

参数

operations
IManagedPrivateEndpointsOperations

此扩展方法的操作组。

resourceGroupName
String

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

clusterName
String

Kusto 群集的名称。

managedPrivateEndpointName
String

托管专用终结点的名称。

parameters
ManagedPrivateEndpoint

托管专用终结点参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于