TriggeredWebJobOperationsExtensions.SetSettings Method (ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters)

 

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

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

<ExtensionAttribute>
Public Shared Function SetSettings (
	operations As ITriggeredWebJobOperations,
	jobName As String,
	settings As TriggeredWebJobSettingsUpdateParameters
) As OperationResponse

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.

jobName
Type: System.String

Required. The triggered WebJob name.

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

Required. The triggered WebJob settings.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

Return to top
Show: