Partager via


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

Paramètres

operations
IPrivateLinkScopedResourcesOperations

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 à