WebAppsOperationsExtensions.ListTriggeredWebJobsAsync Method

Definition

List triggered web jobs for an app, or a deployment slot.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TriggeredWebJob>> ListTriggeredWebJobsAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListTriggeredWebJobsAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TriggeredWebJob>>
<Extension()>
Public Function ListTriggeredWebJobsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TriggeredWebJob))

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Site name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for List triggered web jobs for an app, or a deployment slot.

Applies to