MockableIotCentralSubscriptionResource.GetIotCentralApps Method

Definition

Get all IoT Central Applications in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • Operation Id: Apps_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralAppResource> GetIotCentralApps (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIotCentralApps : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralAppResource>
override this.GetIotCentralApps : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralAppResource>
Public Overridable Function GetIotCentralApps (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotCentralAppResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to