Share via


IotCentralUtils.ToPSIotCentralApps(IEnumerable<App>) Method

Definition

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.IotCentral.Models.PSIotCentralApp> ToPSIotCentralApps (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.IotCentral.Models.App> iotCentralApps);
static member ToPSIotCentralApps : seq<Microsoft.Azure.Management.IotCentral.Models.App> -> seq<Microsoft.Azure.Commands.IotCentral.Models.PSIotCentralApp>
Public Shared Function ToPSIotCentralApps (iotCentralApps As IEnumerable(Of App)) As IEnumerable(Of PSIotCentralApp)

Parameters

iotCentralApps
IEnumerable<App>

Returns

Applies to