Partager via


PrivateLinkResourcesOperationsExtensions.ListAsync Méthode

Définition

Répertorier les ressources de liaison privée

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.PrivateLinkResources> ListAsync (this Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.PrivateLinkResources>
<Extension()>
Public Function ListAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResources)

Paramètres

operations
IPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le hub IoT.

resourceName
String

Nom du hub IoT.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertorier les ressources de liaison privée pour l’IotHub donné

S’applique à