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

PrivateEndpointConnectionOperationsExtensions.UpdateAsync 方法

定义

汇报现有专用终结点连接的属性。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> UpdateAsync (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection>
<Extension()>
Public Function UpdateAsync (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

参数

operations
IPrivateEndpointConnectionOperations

此扩展方法的操作组。

resourceGroupName
String

包含 Batch 帐户的资源组的名称。

accountName
String

Batch 帐户的名称。

privateEndpointConnectionName
String

专用终结点连接名称。 这在帐户中必须是唯一的。

ifMatch
String

状态 (ETag) 要更新的专用终结点连接版本。 可以省略此值或将其设置为“*”以无条件地应用操作。

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

专用终结点连接的专用链接服务连接状态。

cancellationToken
CancellationToken

取消标记。

返回

适用于