Interface ApplicationGateway.UpdateStages.WithUrlPathMap

    • Method Detail

      • withoutUrlPathMap

        @Beta(V1_11_0)
        ApplicationGateway.Update withoutUrlPathMap​(String name)
        Removes a URL path map from the application gateway.

        Note that removing a URL path map referenced by other settings may break the application gateway.

        Parameters:
        name - the name of the URL path map to remove (case sensitive)
        Returns:
        the next stage of the update
      • updateUrlPathMap

        @Beta(V1_11_0)
        ApplicationGatewayUrlPathMap.Update updateUrlPathMap​(String name)
        Begins the update of a URL path map.
        Parameters:
        name - the name of an existing redirect configuration to update (case sensitive)
        Returns:
        the next stage of the definition or null if the requested URL path map does not exist