FunctionsController.DetermineAuthorizationLevelAsync Method
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.
public static System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel> DetermineAuthorizationLevelAsync(System.Net.Http.HttpRequestMessage request, Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptor function, System.Web.Http.Dependencies.IDependencyResolver resolver);
static member DetermineAuthorizationLevelAsync : System.Net.Http.HttpRequestMessage * Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptor * System.Web.Http.Dependencies.IDependencyResolver -> System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel>
Public Shared Function DetermineAuthorizationLevelAsync (request As HttpRequestMessage, function As FunctionDescriptor, resolver As IDependencyResolver) As Task(Of AuthorizationLevel)
Parameters
- request
- HttpRequestMessage
- function
- FunctionDescriptor
- resolver
- System.Web.Http.Dependencies.IDependencyResolver
Returns
Task<Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel>
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET