ScheduledJobAuthorizationManager Class
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.
Pass-through implementation of IScheduledJobAuthorizationManager with no security checks at all. This is used when executing scheduled jobs in a local environment.
public class ScheduledJobAuthorizationManager : Microsoft.WindowsAzure.Mobile.Service.Security.IScheduledJobAuthorizationManager
type ScheduledJobAuthorizationManager = class
interface IScheduledJobAuthorizationManager
Public Class ScheduledJobAuthorizationManager
Implements IScheduledJobAuthorizationManager
- Inheritance
-
ScheduledJobAuthorizationManager
- Implements
Constructors
ScheduledJobAuthorizationManager() |
Methods
IsAuthorized(HttpRequestMessage, String) |
Determines whether a particular HttpRequestMessage is authorized to initiate the
IScheduledJob identified by the |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET