Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListAsync Método

Definición

Enumeración de recursos de vínculo privado

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)

Parámetros

operations
IPrivateLinkResourcesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el centro de IoT.

resourceName
String

Nombre del centro de IoT.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Enumeración de recursos de vínculo privado para IotHub determinado

Se aplica a