ITriggeredWebJobOperations::GetSettingsAsync Method (String^, CancellationToken)
Get the settings of a triggered WebJob.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<TriggeredWebJobSettingsResponse^>^ GetSettingsAsync( String^ jobName, CancellationToken cancellationToken )
Parameters
- jobName
-
Type:
System::String^
The triggered WebJob name.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<TriggeredWebJobSettingsResponse^>^The triggered WebJob settings operation response.
Show: