Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayListener.DefinitionStages.WithAttach
-
Packages that use ApplicationGatewayListener.DefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayListener.DefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayListener.DefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayListener.Definition<ParentT>The entirety of an application gateway HTTP listener definition.Methods in com.microsoft.azure.management.network that return ApplicationGatewayListener.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>ApplicationGatewayListener.DefinitionStages.WithFrontendPort. withFrontendPort(int portNumber)Enables the listener to listen on the specified frontend port number.ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>ApplicationGatewayListener.DefinitionStages.WithFrontendPort. withFrontendPort(String name)Enables the listener to listen on the specified existing frontend port.ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>ApplicationGatewayListener.DefinitionStages.WithProtocol. withHttp()Specifies that the listener is for the HTTP protocol.
-