PrivateEndpointConnectionsOperationsExtensions.List メソッド

定義

プライベート エンドポイント接続を一覧表示する

public static System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection> List (this Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection>
<Extension()>
Public Function List (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String) As IList(Of PrivateEndpointConnection)

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

IoT ハブを含むリソース グループの名前。

resourceName
String

IoT ハブの名前。

戻り値

注釈

プライベート エンドポイント接続のプロパティを一覧表示する

適用対象