次の方法で共有


DiskAccessesOperationsExtensions.BeginUpdateAPrivateEndpointConnectionAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection> BeginUpdateAPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.Compute.IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName, string privateEndpointConnectionName, Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection privateEndpointConnection, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAPrivateEndpointConnectionAsync : Microsoft.Azure.Management.Compute.IDiskAccessesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginUpdateAPrivateEndpointConnectionAsync (operations As IDiskAccessesOperations, resourceGroupName As String, diskAccessName As String, privateEndpointConnectionName As String, privateEndpointConnection As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

パラメーター

operations
IDiskAccessesOperations

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

resourceGroupName
String

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

diskAccessName
String

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

privateEndpointConnectionName
String

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

privateEndpointConnection
PrivateEndpointConnection

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象