FunctionAuthenticationPolicy Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.FunctionAuthenticationPolicy

Implements

public final class FunctionAuthenticationPolicy
implements HttpPipelinePolicy

Function app authentication via x-functions-key

Constructor Summary

Constructor Description
FunctionAuthenticationPolicy(FunctionApp functionApp)

Constructor

Method Summary

Modifier and Type Method and Description
reactor.core.publisher.Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)

Methods inherited from java.lang.Object

Constructor Details

FunctionAuthenticationPolicy

public FunctionAuthenticationPolicy(FunctionApp functionApp)

Constructor

Parameters:

functionApp - the function app

Method Details

process

public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)

Parameters:

context
next

Applies to