IContinuousWebJobOperations::GetSettingsAsync Method (String^, CancellationToken)

 

Get the settings of a continuous WebJob.

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

Task<ContinuousWebJobSettingsResponse^>^ GetSettingsAsync(
	String^ jobName,
	CancellationToken cancellationToken
)

Parameters

jobName
Type: System::String^

The continuous WebJob name.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<ContinuousWebJobSettingsResponse^>^

The continuous WebJob settings operation response.

Return to top
Show: