Sdílet prostřednictvím


IotHubPrivateEndpointGroupInformationCollection.GetAll 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.Pageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotHubPrivateEndpointGroupInformationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to