次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.UpdateAsync メソッド

定義

プライベート エンドポイント接続を更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner> UpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner>
<Extension()>
Public Function UpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnectionInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionInner)

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

リソース グループの名前。

resourceName
String

マネージド クラスター リソースの名前。

privateEndpointConnectionName
String

プライベート エンドポイント接続の名前。

parameters
PrivateEndpointConnectionInner

プライベート エンドポイント接続の更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したマネージド クラスター内のプライベート エンドポイント接続を更新します。

適用対象