KeysController 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.
[Microsoft.Azure.WebJobs.Script.WebHost.Filters.AuthorizationLevel(Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel.Admin)]
[Microsoft.Azure.WebJobs.Script.WebHost.Filters.JwtAuthentication]
public class KeysController : System.Web.Http.ApiController
[<Microsoft.Azure.WebJobs.Script.WebHost.Filters.AuthorizationLevel(Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel.Admin)>]
[<Microsoft.Azure.WebJobs.Script.WebHost.Filters.JwtAuthentication>]
type KeysController = class
inherit ApiController
Public Class KeysController
Inherits ApiController
- Inheritance
-
KeysController
- Attributes
Constructors
KeysController(WebScriptHostManager, ISecretManager, TraceWriter, ILoggerFactory) |
Methods
Delete(String, String) | |
Delete(String) | |
Get() | |
Get(String) | |
Post(String, String) | |
Post(String) | |
Put(String, Key) | |
Put(String, String, Key) |