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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET