你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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