Share via


PrivateLinkResourcesOperationsExtensions.List Method

Definition

List private link resources

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

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the IoT hub.

resourceName
String

The name of the IoT hub.

Returns

Remarks

List private link resources for the given IotHub

Applies to