次の方法で共有


PrivateLinkServicesOperationsExtensions.UpdatePrivateEndpointConnection メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection UpdatePrivateEndpointConnection (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName, Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection parameters);
static member UpdatePrivateEndpointConnection : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection
<Extension()>
Public Function UpdatePrivateEndpointConnection (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

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

peConnectionName
String

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

parameters
PrivateEndpointConnection

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

戻り値

適用対象