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)

Syntax

public static OperationResponse SetSettings(
    this ITriggeredWebJobOperations operations,
    string jobName,
    TriggeredWebJobSettingsUpdateParameters settings
)
public:
[ExtensionAttribute]
static OperationResponse^ SetSettings(
    ITriggeredWebJobOperations^ operations,
    String^ jobName,
    TriggeredWebJobSettingsUpdateParameters^ settings
)
static member SetSettings : 
        operations:ITriggeredWebJobOperations *
        jobName:string *
        settings:TriggeredWebJobSettingsUpdateParameters -> OperationResponse
<ExtensionAttribute>
Public Shared Function SetSettings (
    operations As ITriggeredWebJobOperations,
    jobName As String,
    settings As TriggeredWebJobSettingsUpdateParameters
) As OperationResponse

Parameters

  • jobName
    Type: System.String

    Required. The triggered WebJob name.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

See Also

TriggeredWebJobOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top