Compartir a través de


PrivateLinkScopedResourcesOperationsExtensions.ListByPrivateLinkScope Método

Definición

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

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

Parámetros

operations
IPrivateLinkScopedResourcesOperations

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.

Devoluciones

Se aplica a