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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayListener.DefinitionStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasHostname.DefinitionStages.WithHostname
withHostname, withHostnames
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasServerNameIndication.DefinitionStages.WithServerNameIndication
withoutServerNameIndication, withServerNameIndication
-
-