IScheduledJobAuthorizationManager::IsAuthorized Method (HttpRequestMessage^, String^)
Determines whether a particular HttpRequestMessage is authorized to initiate the IScheduledJob identified by the jobName.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- request
-
Type:
System.Net.Http::HttpRequestMessage^
The HttpRequestMessage to evaluate.
- jobName
-
Type:
System::String^
The name of the IScheduledJob.
Show: