Share via


JobListResponse Class

Definition

public class JobListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.HDInsight.Job.Models.JobListJsonObject>
type JobListResponse = class
    inherit AzureOperationResponse
    interface seq<JobListJsonObject>
    interface IEnumerable
Public Class JobListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of JobListJsonObject)
Inheritance
Microsoft.Azure.AzureOperationResponse
JobListResponse
Implements

Constructors

JobListResponse()

Properties

JobList

Methods

GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to