Interface ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the stage of the parent application gateway definition to return to after attaching this definition
All Superinterfaces:
ApplicationGatewayListener.DefinitionStages.WithHostname<ParentT>, ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>, ApplicationGatewayListener.DefinitionStages.WithServerNameIndication<ParentT>, Attachable.InDefinition<ParentT>, HasHostname.DefinitionStages.WithHostname<ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>>, HasServerNameIndication.DefinitionStages.WithServerNameIndication<ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>>
All Known Subinterfaces:
ApplicationGatewayListener.Definition<ParentT>
Enclosing interface:
ApplicationGatewayListener.DefinitionStages

public static interface ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>, ApplicationGatewayListener.DefinitionStages.WithHostname<ParentT>, ApplicationGatewayListener.DefinitionStages.WithServerNameIndication<ParentT>
The final stage of an application gateway HTTP listener.

At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent application gateway definition.