DiskAccessesOperationsExtensions.UpdateAPrivateEndpointConnection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ディスク アクセス リソースのプライベート エンドポイント接続を承認または拒否します。これを使用して新しいプライベート エンドポイント接続を作成することはできません。
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
プライベート エンドポイント接続操作の本文で指定されたプライベート エンドポイント接続オブジェクト。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET