Aracılığıyla paylaş


IotHubDescriptionCollection.GetAll(CancellationToken) Method

Definition

Get all the IoT hubs in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs
  • Operation Id: IotHubResource_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.IotHub.IotHubDescriptionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.IotHubDescriptionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.IotHubDescriptionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotHubDescriptionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to