Partilhar via


PrivateLinkResourcesOperationsExtensions.ListAsync Método

Definição

Listar recursos de link 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

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

resourceGroupName
String

O nome do grupo de recursos que contém o hub IoT.

resourceName
String

O nome do Hub IoT.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Listar recursos de link privado para o IotHub especificado

Aplica-se a