Class FunctionAuthenticationPolicy
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FunctionAuthenticationPolicy
-
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
public final class FunctionAuthenticationPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
Function app authentication via x-functions-key
-
-
Constructor Summary
Constructors Constructor Description FunctionAuthenticationPolicy(FunctionApp functionApp)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mono<com.azure.core.http.HttpResponse>process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
-
-
-
Constructor Detail
-
FunctionAuthenticationPolicy
public FunctionAuthenticationPolicy(FunctionApp functionApp)
Constructor- Parameters:
functionApp- the function app
-
-
Method Detail
-
process
public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
- Specified by:
processin interfacecom.azure.core.http.policy.HttpPipelinePolicy
-
-