Partager via


PrivateEndpointConnectionsOperationsExtensions.ListByPrivateLinkScopeAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection>> ListByPrivateLinkScopeAsync (this Microsoft.Azure.Management.Monitor.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string scopeName, System.Threading.CancellationToken cancellationToken = default);
static member ListByPrivateLinkScopeAsync : Microsoft.Azure.Management.Monitor.IPrivateEndpointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListByPrivateLinkScopeAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, scopeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à