IContinuousWebJobOperations.GetSettingsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the settings of a continuous WebJob.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse> GetSettingsAsync (string jobName, System.Threading.CancellationToken cancellationToken);
abstract member GetSettingsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse>
Public Function GetSettingsAsync (jobName As String, cancellationToken As CancellationToken) As Task(Of ContinuousWebJobSettingsResponse)
Parameters
- jobName
- String
The continuous WebJob name.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The continuous WebJob settings operation response.