Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByPrivateLinkScopeAsync Método

Definição

Obtém os recursos de link privado que precisam ser criados para um PrivateLinkScope do Azure Monitor.

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

Parâmetros

operations
IPrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

scopeName
String

O nome do recurso PrivateLinkScope do Azure Monitor.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a