IotHubUtils.ToPSIotHubJobResponseList(IEnumerable<JobResponse>) Method

Definition

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse> ToPSIotHubJobResponseList (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.IotHub.Models.JobResponse> jobResponseList);
static member ToPSIotHubJobResponseList : seq<Microsoft.Azure.Management.IotHub.Models.JobResponse> -> seq<Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse>
Public Function ToPSIotHubJobResponseList (jobResponseList As IEnumerable(Of JobResponse)) As IEnumerable(Of PSIotHubJobResponse)

Parameters

jobResponseList
IEnumerable<JobResponse>

Returns

IEnumerable<PSIotHubJobResponse>

Applies to