Compartir a través de


PrivateLinkScopesOperationsExtensions.ListByResourceGroupAsync Método

Definición

Obtiene una lista de PrivateLinkScopes de Azure Monitor dentro de un grupo de recursos.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IPrivateLinkScopesOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AzureMonitorPrivateLinkScope))

Parámetros

operations
IPrivateLinkScopesOperations

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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a