Output structure for the ListJobs operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListJobsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListJobsResult()()()() | Initializes a new instance of the ListJobsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsTruncated | 
            Indicates whether the list of jobs was truncated. If true, then call ListJobs again using the last JobId element as the marker.
             
             | 
|  | Jobs | 
            A list container for Jobs returned by the ListJobs operation.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIsTruncated(Boolean) | Obsolete. 
            Sets the IsTruncated property
             | 
|  | WithJobs(array<Job>[]()[][]) | Obsolete. 
            Adds elements to the Jobs collection
             | 
|  | WithJobs(IEnumerable<(Of <<'(Job>)>>)) | Obsolete. 
            Adds elements to the Jobs collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListJobsResult |