Compartir a través de


PrivateLinkResourcesOperationsExtensions.List Método

Definición

Enumeración de recursos de vínculo privado

public static Microsoft.Azure.Management.IotHub.Models.PrivateLinkResources List (this Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.IotHub.Models.PrivateLinkResources
<Extension()>
Public Function List (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, resourceName As String) As PrivateLinkResources

Parámetros

operations
IPrivateLinkResourcesOperations

El grupo de operaciones de 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.

Devoluciones

Comentarios

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

Se aplica a