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
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperationsReference to the Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
jobName
Type: System.StringRequired. The triggered WebJob name.
settings
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParametersRequired. The triggered WebJob settings.
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