次の方法で共有


DiskAccessesOperationsExtensions.UpdateAPrivateEndpointConnection メソッド

定義

ディスク アクセス リソースのプライベート エンドポイント接続を承認または拒否します。これを使用して新しいプライベート エンドポイント接続を作成することはできません。

public static Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection UpdateAPrivateEndpointConnection (this Microsoft.Azure.Management.Compute.IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName, string privateEndpointConnectionName, Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection privateEndpointConnection);
static member UpdateAPrivateEndpointConnection : Microsoft.Azure.Management.Compute.IDiskAccessesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection
<Extension()>
Public Function UpdateAPrivateEndpointConnection (operations As IDiskAccessesOperations, resourceGroupName As String, diskAccessName As String, privateEndpointConnectionName As String, privateEndpointConnection As PrivateEndpointConnection) As PrivateEndpointConnection

パラメーター

operations
IDiskAccessesOperations

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

resourceGroupName
String

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

diskAccessName
String

作成されるディスク アクセス リソースの名前。 ディスク暗号化セットの作成後に名前を変更することはできません。 名前でサポートされている文字は、a-z、A-Z、0-9、_ および -です。 名前の最大長は 80 文字です。

privateEndpointConnectionName
String

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

privateEndpointConnection
PrivateEndpointConnection

プライベート エンドポイント接続操作の本文で指定されたプライベート エンドポイント接続オブジェクト。

戻り値

適用対象