PrivateEndpointConnectionsOperationsExtensions.List メソッド

定義

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

戻り値

適用対象