Condividi tramite


PrivateEndpointConnectionsOperationsExtensions.List Method

Definition

List all private endpoint connections in a container registry.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group to which the container registry belongs.

registryName
String

The name of the container registry.

Returns

Applies to