WebAppsOperationsExtensions.ListWebJobsSlot Method

Definition

List webjobs for an app, or a deployment slot.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebJob> ListWebJobsSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member ListWebJobsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebJob>
<Extension()>
Public Function ListWebJobsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As IPage(Of WebJob)

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.

slot
String

Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

Returns

Remarks

Description for List webjobs for an app, or a deployment slot.

Applies to