AuthConfig.DefinitionStages.WithHttpSettings Interface

public static interface AuthConfig.DefinitionStages.WithHttpSettings

The stage of the AuthConfig definition allowing to specify httpSettings.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withHttpSettings(HttpSettings httpSettings)

Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..

Method Details

withHttpSettings

public abstract AuthConfig.DefinitionStages.WithCreate withHttpSettings(HttpSettings httpSettings)

Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..

Parameters:

httpSettings - The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.

Returns:

the next definition stage.

Applies to