Interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>

  • Type Parameters:
    ParentT - the stage of the application gateway definition to return to after attaching this definition
    All Known Subinterfaces:
    ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>
    Enclosing interface:
    ApplicationGatewayUrlPathMap.UpdateDefinitionStages

    public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>
    The stage of an application gateway URL path map definition allowing to specify the backend HTTP settings configuration to associate the URL path map with.
    • Method Detail

      • toBackendHttpConfiguration

        ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ParentT> toBackendHttpConfiguration​(String name)
        Associates the specified backend HTTP settings configuration with this URL path map.

        If the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The URL path map references it only by name.

        Parameters:
        name - the name of a backend HTTP settings configuration
        Returns:
        the next stage of the definition
      • toBackendHttpPort

        ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT> toBackendHttpPort​(int portNumber)
        Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this URL path map.

        An auto-generated name will be used for this newly created configuration.

        Parameters:
        portNumber - the port number for a new backend HTTP settings configuration
        Returns:
        the next stage of the definition