次の方法で共有


DiskAccessesOperationsExtensions.ListPrivateEndpointConnections メソッド

定義

ディスク アクセス リソースのプライベート エンドポイント接続に関する情報を一覧表示する

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

パラメーター

operations
IDiskAccessesOperations

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

resourceGroupName
String

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

diskAccessName
String

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

戻り値

適用対象