JobListResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Jobs operation response.
public class JobListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Scheduler.Models.Job>
type JobListResponse = class
inherit AzureOperationResponse
interface seq<Job>
interface IEnumerable
Public Class JobListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Job)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseJobListResponse
- Implements
Constructors
JobListResponse() |
Initializes a new instance of the JobListResponse class. |
Properties
Jobs |
Optional. The relevant jobs. |
Methods
GetEnumerator() |
Gets the sequence of Jobs. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of Jobs. |
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET