TriggeredWebJobListResponse 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 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.AzureOperationResponseTriggeredWebJobListResponse
- 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. |