Partager via


PrivateEndpointConnectionsOperationsExtensions.ListByPrivateLinkScope Méthode

Définition

Obtient toutes les connexions de point de terminaison privé sur une étendue de liaison privée.

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

Paramètres

operations
IPrivateEndpointConnectionsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

scopeName
String

Nom de la ressource Azure Monitor PrivateLinkScope.

Retours

S’applique à