Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.ListByPrivateLinkScopeAsync Método

Definición

Obtiene todas las conexiones de punto de conexión privado en un ámbito de vínculo privado.

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))

Parámetros

operations
IPrivateEndpointConnectionsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

scopeName
String

Nombre del recurso PrivateLinkScope de Azure Monitor.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a