IContinuousWebJobOperations.SetSettingsAsync Method (String, ContinuousWebJobSettingsUpdateParameters, CancellationToken)

 

Set the settings of a continuous WebJob (will replace the current settings of the WebJob).

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

Function SetSettingsAsync (
	jobName As String,
	settings As ContinuousWebJobSettingsUpdateParameters,
	cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

jobName
Type: System.String

The continuous WebJob name.

settings
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters

The continuous WebJob settings.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of OperationResponse)

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

Return to top
Show: