ContinuousWebJobOperationsExtensions.SetSettingsAsync Method (IContinuousWebJobOperations, String, ContinuousWebJobSettingsUpdateParameters)

 

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

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

public static Task<OperationResponse> SetSettingsAsync(
	this IContinuousWebJobOperations operations,
	string jobName,
	ContinuousWebJobSettingsUpdateParameters settings
)

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.

jobName
Type: System.String

Required. The continuous WebJob name.

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

Required. The continuous WebJob settings.

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

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

Return to top
Show: