Compartilhar via


IotDpsUtils.ToPSIndividualEnrollments(IEnumerable<Object>) Method

Definition

public static System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments> ToPSIndividualEnrollments (System.Collections.Generic.IEnumerable<object> enrollments);
static member ToPSIndividualEnrollments : seq<obj> -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments>
Public Function ToPSIndividualEnrollments (enrollments As IEnumerable(Of Object)) As IList(Of PSIndividualEnrollments)

Parameters

enrollments
IEnumerable<Object>

Returns

Applies to