IotHubPrivateEndpointGroupInformationCollection.GetAllAsync Method

Definition

List private link resources for the given IotHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinkResources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotHubPrivateEndpointGroupInformationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of IotHubPrivateEndpointGroupInformationResource that may take multiple service requests to iterate over.

Applies to