Interface ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayListener.UpdateDefinitionStages.WithHostname<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithServerNameIndication<ParentT>,Attachable.InUpdate<ParentT>,HasHostname.UpdateDefinitionStages.WithHostname<ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>>,HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
ApplicationGatewayListener.UpdateDefinition<ParentT>
- Enclosing interface:
- ApplicationGatewayListener.UpdateDefinitionStages
public static interface ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, ApplicationGatewayListener.UpdateDefinitionStages.WithServerNameIndication<ParentT>, ApplicationGatewayListener.UpdateDefinitionStages.WithHostname<ParentT>, ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol<ParentT>
The final stage of an application gateway HTTP listener definition.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.UpdateDefinitionStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasHostname.UpdateDefinitionStages.WithHostname
withHostname, withHostnames
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication
withoutServerNameIndication, withServerNameIndication
-
-