TriggeredWebJobListResponse Class

Definition

The list of triggered WebJobs operation response.

public class TriggeredWebJobListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJob>
type TriggeredWebJobListResponse = class
    inherit AzureOperationResponse
    interface seq<TriggeredWebJob>
    interface IEnumerable
Public Class TriggeredWebJobListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of TriggeredWebJob)
Inheritance
Microsoft.Azure.AzureOperationResponse
TriggeredWebJobListResponse
Implements

Constructors

TriggeredWebJobListResponse()

Initializes a new instance of the TriggeredWebJobListResponse class.

Properties

TriggeredWebJobs

Optional. The list of triggered WebJobs.

Methods

GetEnumerator()

Gets the sequence of TriggeredWebJobs.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of TriggeredWebJobs.

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