Interface ApplicationGateway.UpdateStages.WithRedirectConfiguration

    • Method Detail

      • withoutRedirectConfiguration

        ApplicationGateway.Update withoutRedirectConfiguration​(String name)
        Removes a redirect configuration from the application gateway.

        Note that removing a redirect configuration referenced by other settings may break the application gateway.

        Parameters:
        name - the name of the redirect configuration to remove
        Returns:
        the next stage of the update
      • updateRedirectConfiguration

        ApplicationGatewayRedirectConfiguration.Update updateRedirectConfiguration​(String name)
        Begins the update of a redirect configuration.
        Parameters:
        name - the name of an existing redirect configuration to update
        Returns:
        the next stage of the definition or null if the requested redirect configuration does not exist