PrivateEndpointConnectionsOperationsExtensions.ListAsync Method

Definition

List private endpoint connections

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

Parameters

operations
IPrivateEndpointConnectionsOperations

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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List private endpoint connection properties

Applies to