次の方法で共有


PrivateLinkServicesOperationsExtensions.UpdatePrivateEndpointConnectionAsync メソッド

定義

サブスクリプション内のプライベート リンク サービスのプライベート エンドポイント接続を承認または拒否します。

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

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

プライベート リンク サービスの名前。

peConnectionName
String

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

parameters
PrivateEndpointConnectionInner

プライベート エンドポイント接続を承認または拒否するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象