ContinuousWebJobListResponse.ContinuousWebJobs Property
Optional. The list of continuous WebJobs.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<ContinuousWebJob> ContinuousWebJobs { get; set; }
public:
property IList<ContinuousWebJob^>^ ContinuousWebJobs {
IList<ContinuousWebJob^>^ get();
void set(IList<ContinuousWebJob^>^ value);
}
member ContinuousWebJobs : IList<ContinuousWebJob> with get, set
Public Property ContinuousWebJobs As IList(Of ContinuousWebJob)
Property Value
Type: System.Collections.Generic.IList<ContinuousWebJob>
See Also
ContinuousWebJobListResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top