Interface ApplicationGatewayListener.UpdateDefinitionStages.WithFrontend<ParentT>

    • Method Detail

      • withPrivateFrontend

        ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT> withPrivateFrontend()
        Associates the listener with the application gateway's private (internal) frontend.

        If the private frontend does not exist yet, it will be created under an auto-generated name and associated with the application gateway's subnet.

        Returns:
        the next stage of the definition
      • withPublicFrontend

        ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT> withPublicFrontend()
        Associates the listener with the application gateway's public (Internet-facing) frontend.

        If the public frontend does not exist yet, it will be created under an auto-generated name and associated with the application gateway's public IP address.

        Returns:
        the next stage of the definition