ContinuousWebJobOperationsExtensions.Start Method (IContinuousWebJobOperations, String)

 

Start a continuous WebJob.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

<ExtensionAttribute>
Public Shared Function Start (
	operations As IContinuousWebJobOperations,
	jobName As String
) As OperationResponse

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.

jobName
Type: System.String

Required. The WebJob name.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

A standard service response including an HTTP status code and request ID.

Return to top
Show: