Bagikan melalui


PrivateEndpointConnectionsOperationsExtensions.List Method

Definition

Gets the available PrivateEndpointConnections within a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

Returns

Applies to