次の方法で共有


PrivateEndpointsOperationsExtensions.List メソッド

定義

リソース グループ内のすべてのプライベート エンドポイントを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpoint> List (this Microsoft.Azure.Management.Network.IPrivateEndpointsOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.IPrivateEndpointsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpoint>
<Extension()>
Public Function List (operations As IPrivateEndpointsOperations, resourceGroupName As String) As IPage(Of PrivateEndpoint)

パラメーター

operations
IPrivateEndpointsOperations

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

resourceGroupName
String

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

戻り値

適用対象