ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent application gateway definition to return to after attaching this definition

Implements

public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert
extends WithAttach<ReturnT>, WithAuthenticationCertificate<ReturnT>

The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate, specify other options or attach to the parent application gateway definition.

Applies to